# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Umgebungen
.venv/
venv/

# Tooling
.pytest_cache/
.ruff_cache/

# IDE
.idea/
.vscode/