# Version control
.git/
.gitignore

# Python cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# Local environment and secrets
.env
.env.*

# Generated output (mounted as a volume at runtime)
output/

# Tests and dev scripts
tests/
tmp/
pytest.ini
render_options.py
render_sample.py

# Docs (not needed in the container)
assessment-points/
README.md
CLAUDE.md
