2025-08-21 09:03:48 -07:00
|
|
|
__pycache__/
|
|
|
|
*.pyc
|
|
|
|
*.pyo
|
|
|
|
*.pyd
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
*.log
|
|
|
|
.git
|
|
|
|
.mypy_cache
|
|
|
|
.pytest_cache
|
|
|
|
.hypothesis
|
|
|
|
.venv/
|
|
|
|
.env
|
|
|
|
logs/*.log
|
|
|
|
*.egg-info/
|
2025-08-21 11:50:27 -07:00
|
|
|
|
|
|
|
# Exclude data files that should be mounted as volumes
|
|
|
|
csv_files/
|
|
|
|
deck_files/
|
|
|
|
logs/
|
|
|
|
*.csv
|
|
|
|
deck_files/*.txt
|
|
|
|
logs/*.txt
|
|
|
|
|
|
|
|
# Allow requirements.txt (needed for Docker build)
|
|
|
|
!requirements.txt
|
|
|
|
|
|
|
|
# Exclude development and build files
|
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
*.egg-info/
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Exclude OS files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|