# Environment
.env
# .env.example is tracked for reference

# Python
__pycache__/
*.py[cod]
*$py.class
.ruff_cache/

# Data (homework content - use as template)
data/

# Generated outputs
index.pdf
index.typ

# Secrets
.secret
