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

# Docs build output
site/

# Env
.env
.env.local
*.local

# Node
node_modules/
apps/web/dist/
apps/web/playwright-report/
apps/web/test-results/
*.tsbuildinfo
.next/
out/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Data artifacts (keep demo/ tracked)
data/cache/
*.sqlite3

.claude
apps/private-platform-ui/
