| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| .venv/ | |
| venv/ | |
| .cache/ | |
| .DS_Store | |
| *.log | |
| # Secrets and local state | |
| .env | |
| .env.* | |
| *.pem | |
| *.key | |
| # Scratch outputs only; archived results and weights remain tracked | |
| scratch/ | |
| tmp/ | |
| runs/ | |
| outputs/ | |
| # Local agent/project notes | |
| tasks/ | |
| .hermes/ | |