# Python and local tooling
.venv/
__pycache__/
*.py[cod]
.pytest_cache/

# Local environment
.env
.env.local

# User-provided materials are often sensitive.
inbox/**/*
!inbox/**/
!inbox/**/.gitkeep
!inbox/README.md

# Generated application state and drafts.
project/*
!project/README.md
sections/*
!sections/README.md
knowledge/*
!knowledge/README.md
reviews/*
!reviews/README.md
outputs/*
!outputs/README.md
audit/*
!audit/README.md

# Keep system templates, docs, agents, and source scripts tracked.
!templates/**
!docs/**
!agents/**
!scripts/
!scripts/*.py
