.gitignore 328 B

12345678910111213141516171819
  1. .env
  2. __pycache__/
  3. *.pyc
  4. .DS_Store
  5. # Upstream/external caches (re-fetched on demand)
  6. **/cache/
  7. **/api_cache/
  8. # Build outputs (regenerated by build_members.py / build_app.py)
  9. results/
  10. data/*/members/
  11. data/*/build_report.json
  12. # Dev convenience symlink (template/data -> ../data/119)
  13. template/data
  14. # Test scratch
  15. .pytest_cache/