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

# C / PostgreSQL extension builds
*.o
*.so
*.dylib
*.a
*.bc

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

# Environment
.env
.env.*

# Testing / Coverage
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.ipynb_checkpoints/

# Benchmarks
benchmarks/results/
benchmarks/reports/
!benchmarks/reports/benchmark_report.md

# MkDocs
site/

# Claude Code per-machine state (scheduled_tasks lock + settings.local.json)
.claude/
