# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
*.pyo

# Virtual environments
.venv/
venv/
env/

# Data & runtime
data/
*.db
*.db-journal
*.db-shm
*.db-wal

# Environment & secrets
.env
.env.local
.env.production
.env.*.local

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# Node
node_modules/
frontend/dist/
frontend/.vite/
frontend/test-screenshots/
frontend/test-*.png

# OS
.DS_Store
Thumbs.db
Desktop.ini
._*

# App runtime
.pids/
logs/

# OMC / Claude / Playwright
.omc/
.omx/
.playwright-mcp/
design-system/

# Build artifacts
*.tgz
*.tar.gz
*.log
npm-debug.log*
pnpm-debug.log*

# Test artifacts
test-results/
playwright-report/

# Internal audit docs (not for public repo)
docs/SECURITY_AUDIT_*.md
docs/AUDIT_REPORT_*.md
