# Environments
.env
.venv
venv/
env/
ENV/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
uv.lock

# SQLite / Local Databases
*.db
*.sqlite
*.sqlite3

# OS / IDE
.DS_Store
.idea/
.vscode/
.gemini/

# Generated outputs
tests/fixtures/output/
prompt_a_full.txt
prompt_b_pack.txt
result_a.txt
result_b.txt

# RTFM / Writing Context Cache
.rtfm/
.writing-context/context_cache.sqlite
*.log

# Simulation Sandbox
sandbox/

# Local configuration and guidelines
.claude/
GEMINI.md