# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Environments (Virtualenvs)
.env
.venv
env/
venv/
ENV/

# Database (Wichtig: Verhindert, dass die lokale SQLite-DB committet wird)
*.sqlite3
*.db

# macOS System Files
.DS_Store
.AppleDouble
.LSOverride

# PyCharm / JetBrains IDE
.idea/
!.idea/runConfigurations/
*.iws
*.iml
*.ipr

# Project specific
docker-compose.override.yml
.superpowers/
