Erster Commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user