# Python
backend/.venv/
__pycache__/
*.pyc

# Node / Vite
frontend/node_modules/
# frontend/dist wird committet (kein Node-Build auf der Box) — siehe deploy/

# Env / local
*.env
.DS_Store
