# OS
.DS_Store

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv/
dist/
build/

# Pytest
.pytest_cache/

# Env
.env
*.env

# Local planning/docs (not for the repo)
docs-Lokal/
.planning/
