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

# Virtual environment
.venv/
venv/

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

# Environment
.env

# IDE
.vscode/
.idea/

# OS
.DS_Store
._*

# Playwright MCP runtime cache (page snapshots)
.playwright-mcp/

# Node (web UI)
web/node_modules/
web/dist/

# Backups
rka_backup_*.db

# Storage
storage/

# Local writing scratch (not synced)
writing/
