# Virtual Environments
.venv/
venv/

# Python Caches
__pycache__/
*.py[cod]

# Datenbank (SQLite)
*.db
*.sqlite
*.sqlite3

# Secrets und API-Keys
.env

# Dynamische und generierte Dateien
*.csv

# OS & IDE (optional, aber hilfreich)
.vscode/
.idea/
*.swp
