__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.pytest_cache/

# Organon runtime data (exclude most of .organon/)
.organon/*

# But include reference materials, custom rules, and project files
!.organon/CLAUDE.md
!.organon/STRUCTURE.md
!.organon/config.yaml
!.organon/defaults/
!.organon/rules/
!.organon/sprints/
!.organon/mini-sprints/
!.organon/dev-docs/
!.organon/specs/
!.organon/tests/
