| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| *.egg | |
| # Virtual environments | |
| venv/ | |
| .env/ | |
| .venv/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Modal | |
| .molten/ | |
| modal.toml | |
| # Output files (everything on Modal/HF, nothing local) | |
| output/ | |
| checkpoints/ | |
| results/ | |
| *.bin | |
| *.safetensors | |
| *.gguf | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Env files (never commit tokens) | |
| .env | |
| .env.local | |