| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| .venv/ | |
| ENV/ | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .pytest_cache/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Environment | |
| .env | |
| *.log | |
| # Test artifacts | |
| harness/*.png | |
| harness/fid_plot_*.png | |
| harness/delta_plot_*.png | |
| harness/outputs/*.json | |
| !harness/outputs/.gitkeep | |
| .aider* | |
| # PDFs (for HuggingFace - use releases instead) | |
| # Binary images (HF rejects binary files — use Xet or keep local) | |
| *.png | |
| *.jpg | |
| *.jpeg | |
| # v2 working directories (source copy, not deployed) | |
| commitment-harness-v2/ | |