mtg_python_deckbuilder/.dockerignore

46 lines
549 B
Text

__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/
# 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