# Python
__pycache__/
*.pyc
*.egg-info/
venv/
.venv/

# Runtime data
data/
logs/
tmp/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Dashboard build output
dashboard/dist/
dashboard/node_modules/

# Playwright
.playwright-mcp/

# ArchVersion snapshots
.arch_versions/
