# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/

# Virtual envs
.venv/
venv/
env/

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

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Planning
.planning/

# Site (Next.js landing) — build & local-only artifacts
site/node_modules/
site/.next/
site/out/
site/.vercel/
site/next-env.d.ts
site/*.tsbuildinfo

# Internal workflow doc — not part of public package
CLAUDE.md

# Claude Code harness artifacts
.claude/
