__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
*.egg-info/
dist/

# Local investigation and generated delivery artifacts. A small, curated set
# of review images under tmp/ is already tracked; this keeps new ad hoc renders
# and release bundles out of commits without removing that evidence.
/tmp/
/output/

# Generated artifacts are regenerable; keep them out of version control.
artifacts/

# Source PDFs are large and re-downloadable from the publishing agencies;
# tracked metadata (documents.json) records their URLs and hashes instead.
/data/

# Local Netlify folder
.netlify

# Terraform providers, plans, local inputs, and state. Provider lock files are
# reviewed and committed; local state may contain deployment metadata.
**/.terraform/
*.tfstate
*.tfstate.*
*.tfplan
*.tfvars
!*.tfvars.example
crash.log
