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

# Umgebungen
.venv/
venv/

# Tooling
.pytest_cache/
.ruff_cache/

# IDE
.idea/
.vscode/

# Hermes planning artifacts (internal working files, not part of the package)
.hermes/