| # .dockerignore for Hugging Face Spaces | |
| .git | |
| .github | |
| .gitignore | |
| .DS_Store | |
| .vscode | |
| .venv | |
| .env.example | |
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .pytest_cache | |
| .coverage | |
| .mypy_cache | |
| .tox | |
| venv/ | |
| env/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| logs/*.log | |
| *.log | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| .dockerignore | |
| Dockerfile | |
| README.md | |
| docs/ | |
| tests/ | |
| *.md | |
| .gitattributes | |