# Build / dist
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Python cache
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/

# Test artifacts
.coverage
htmlcov/

# Data / runtime
data/
*.pid

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

# OS
.DS_Store

# Project-specific (not for public)
plan.md
CLAUDE.md

# Claude Code project data
.claude/

# GitNexus index
.gitnexus/
