# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ .venv/ # Logs *.log *.log.* # Datenbanken *.db *.sqlite *.sqlite3 # Konfiguration mit Secrets config.json # IDE .vscode/ .idea/ *.swp # OS .DS_Store Thumbs.db