# 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
# Testing & Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/

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/
*.db*
*.sqlite*
*.log
scratch/

# Simulation Sandbox
sandbox/

# Local configuration and guidelines
.claude/
GEMINI.md
AGENTS.md
CLAUDE.md

# Private real-corpus benchmark inputs and outputs
benchmark/*.zip
benchmark/*.local.yaml
benchmark/*.local.yml
benchmark/workspaces.local/
benchmark/private.local/
benchmark/artifacts.local/
benchmark/reports.local/
benchmark/**/*prompt*.json
benchmark/**/*generation*.json
benchmark/**/*judgment*.json
