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

# Umgebung
.env
!.env.example

# Daten und Konfiguration (enthalten Passwörter)
data/
config/

# Virtual Environment
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# pytest
.pytest_cache/
