# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ # Logs und Datenbank (werden generiert) logs/*.db logs/*.log *.db *.log # Virtual Environment venv/ .env/ .venv/ # IDE .vscode/ .idea/ *.swp *.swo # Secrets / Local Config config_local.yaml *.key .env