30 lines
301 B
Plaintext
30 lines
301 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.env
|
|
|
|
# Node
|
|
frontend/node_modules/
|
|
|
|
# Nutzerdaten (lokal bleiben, nicht ins Repo)
|
|
pictures/
|
|
objects_image/
|
|
sentence_object/
|
|
sentance_object/
|
|
|
|
# Vite-Build (wird im Docker neu gebaut)
|
|
static/react/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|