# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Build / Distribution
dist/
build/
*.egg-info/

# Virtualenv
.venv/
venv/

# Umgebung
.env
.env.*

# Logs & Laufzeitdaten
logs/
*.jsonl

# IDE
.idea/
.vscode/
.DS_Store

# Interne Dokumente — NIEMALS versionieren
CLAUDE.md
.claude/
