shaiwatcher/.gitignore
2025-08-09 14:29:00 +02:00

11 lines
131 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python
__pycache__/
*.pyc
.venv/
venv/
.env
# Local data & secrets (well mount these in Docker)
data/
data.json
settings.conf