# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Test artifacts
*.db
*.db-shm
*.db-wal
*.log

# Secrets — NEVER commit these
.env
.secrets/

# IDE
.vscode/
.idea/
.cursor/

# Server — private (not open source)
kv_server/

# Reviewer workspace — internal only
reviewer/

# Deploy artifacts — private
deploy/
