| 12345678910111213141516171819 |
- .env
- __pycache__/
- *.pyc
- .DS_Store
- # Upstream/external caches (re-fetched on demand)
- **/cache/
- **/api_cache/
- # Build outputs (regenerated by build_members.py / build_app.py)
- results/
- data/*/members/
- data/*/build_report.json
- # Dev convenience symlink (template/data -> ../data/119)
- template/data
- # Test scratch
- .pytest_cache/
|