| # Ignore unnecessary files for Docker build | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| .git/ | |
| .gitignore | |
| *.md | |
| !README.md | |
| .DS_Store | |
| *.log | |
| training_runs/ | |
| .github/ | |
| sample_data/ | |
| scripts/ | |
| test_*.py | |
| debug_*.py | |
| usage_examples.py | |
| *.yaml | |
| *.yml | |
| !requirements.txt | |