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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Projekt-Laufzeit
*.sqlite
*.sqlite3
cache/
audit/
*.jsonl

# Playwright/MCP browser session artifacts
.playwright-mcp/
