Spaces:
Running
Running
| # Local secrets — never in image | |
| .env | |
| .env.local | |
| .env.*.local | |
| secrets.json | |
| # Git metadata | |
| .git | |
| .gitignore | |
| # IDE / editor | |
| .vscode | |
| .idea | |
| *.sublime-project | |
| *.sublime-workspace | |
| # Python artifacts | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| # Test files | |
| tests/ | |
| test_*.py | |
| *_test.py | |
| test_network_out/ | |
| # Documentation (README.md is included — keep it for HF Spaces) | |
| docs/ | |
| *.ipynb | |
| notebooks/ | |
| experiments/ | |
| # Cache / temp | |
| .cache/ | |
| .mypy_cache/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| output/ | |
| tmp/ | |
| temp/ | |
| # OS artifacts | |
| .DS_Store | |
| Thumbs.db | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Claude memory | |
| .claude/ | |