# Claude
.claude/

# ZCode agent state (never commit — may contain live API keys)
.zcode/

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

# Environment
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Database
*.db
*.sqlite
*.sqlite3

# Node (dashboard)
node_modules/
.next/
out/

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/

# Docs build output (deployed via GitHub Pages, not committed)
site/

# Docker
.dockerignore

# Session handoff (NOT for public repo - contains flip strategy)
HANDOFF.md

# Benchmark competitive research (NOT for public repo)
BENCHMARK-RESEARCH.md

# Benchmark raw output (regenerable, large, noisy)
benchmarks/raw/

# Benchmark appliance report output (regenerable; lands in the compose volume)
benchmarks/out/
