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

# Virtuelle Umgebungen
.venv/
venv/
env/

# Build & Distribution
build/
dist/
*.zip

# Tests & Coverage
.pytest_cache/
.coverage
htmlcov/

# Laufzeitdaten (Dev: ./data/, ./logs/ – Prod: /var/lib/backupctl/)
data/
logs/

# Logs
*.log

# Secrets
.env
.env.*
*.key

# IDE
.idea/
.vscode/

# backupctl-spezifisch
.borg/
.release.env
