# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ env/ ENV/ # Poetry poetry.lock # UV uv.lock # Distribution / packaging dist/ build/ *.egg-info/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Environment files .env .env.local .env.*.local # Satellite local config (enthaelt API-Key und Credentials!) satellite/config.yaml satellite/credentials.yaml # Database *.db *.sqlite *.sqlite3 data/*.db data/*.sqlite data/*.sqlite3 # Keys & Certificates keys/ *.pem *.key *.crt *.p12 # Logs *.log logs/ # Coverage htmlcov/ .coverage .coverage.* coverage.xml # Test artifacts .pytest_cache/ .tox/ .mypy_cache/ .ruff_cache/ # Node node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Build outputs dist/ build/ *.local # Docker docker-compose.override.yml # Editor *.sublime-workspace *.sublime-project # Misc *.bak *.tmp *.temp