# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.venv/
venv/
build/
dist/

# Env / secrets
.env
*.local.env

# Runtime data
*.db
*.db-journal
*.db-wal
*.db-shm
data/
cache/
*.log

# SSL certs (generated, not committed)
certs/*.pem

# Playwright
playwright-browsers/

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# MCP server runtime
.mcp_runtime/
