# Bytecode / Cache __pycache__/ *.py[cod] *$py.class # Distribution / Packaging build/ dist/ .eggs/ *.egg-info/ *.egg idea/ .idea/ testdata/ # Virtuelle Umgebungen .venv/ venv/ env/ ENV/ .env # Tests / Coverage .coverage .tox/ pytest_cache/ htmlcov/ # Logs / temporäre Files *.log *.tmp temp/ # Editor / IDE .vscode/ .idea/ *.swp *.swo # MyPy / static analysis .mypy_cache/ .pytype/ .pyre/