| # Exclude deployment and secret files | |
| demo_space_pusher.sh | |
| hf_space_secrets.md | |
| keys.env | |
| *.env | |
| .gitignore | |
| .dockerignore | |
| README.md | |
| # Exclude python cache | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache/ | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Exclude local test data if needed | |
| # test_images/ | |