__pycache__/
*.py[cod]

.venv/
.venv-ci/
.ci-venv/
venv/
.python-version

.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.ruff_cache/

.DS_Store

# Local runtime artifacts
*.db
*.db-shm
*.db-wal
# Database files (now in data/)
*.db.backup
data/
.tmp-*
traces/
dist/
build/
*.egg-info/

# Environment variables
.env
.env.local
.env.*.local

# Frontend dependencies and build output
frontend/node_modules/
frontend/dist/

# Worktrees
.worktrees/

# Local backup folders
old_docs/

# Playwright MCP cache
.playwright-mcp/

# Frontend dependencies
node_modules/

# OMC local state
.omc/state/

# Scheduled automation logs
docs/superpowers/scheduled-reports/

# Local demo/test artifacts
test-results/
