# Generated reports (personal working files)
.claude/reports/*
!.claude/reports/.gitkeep

# Session memory (personal)
.claude/memory/sessions/
.claude/memory/patterns.json
.claude/memory/agent-audit.log

# Workflow test sandbox (not for distribution)
examples/

# Temporary files
.claude/tmp/

# Python bytecode / cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# PyPI build artifacts
build/
dist/
*.egg-info/
src/c3/_template/

# C3 founding documents (kept locally, not for distribution)
.claude/docs/taxonomy.md
.claude/docs/decisions.md
.claude/docs/game-studios-research.md
