__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Database files
*.db
*.db-wal
*.db-shm

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp

# Internal planning and research files (local only, not for git)
docs/
PLAN_v0.3.md
build-research.md
RESEARCH.md

# Environment
.env
.env.local
