1b421e30f9
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
# 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
|