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

# Generated documentation site and browser-playground assets.
/docs/site/assets/generated/
/docs/site/assets/notebooks/
/site/

# Local AI-agent/editor settings and instructions.
/.claude/
/AGENTS.md
/CLAUDE.md

# Local investigation scratch space and generated delivery artifacts.
/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
