# Secrets & lokale Konfiguration — nie committen
config.toml
.env
*.db
*.sqlite*
*.db-shm
*.db-wal
*.db-journal

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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Property-Based-Tests (hypothesis, ADR-058): Beispiel-Datenbank ist lokaler Cache
.hypothesis/
