# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual Environment
.venv/
venv/
env/

# Environment / Secrets
.env

# Projektdaten (Uploads & Transkripte mit persönlichen Daten)
data/
output/

# Große Binärdateien
*.tar.xz
*.tar.gz
*.zip

# IDE
.idea/
.vscode/
*.iml

# Linter / Tool Caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

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