mtg_python_deckbuilder/.dockerignore
2025-08-21 09:03:48 -07:00

24 lines
240 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/