initial commit
This commit is contained in:
parent
036678cd07
commit
c7d9a3f0dc
1 changed files with 32 additions and 0 deletions
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Logs / temporär
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Build-Artefakte
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Python-Beispiele
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Node / Frontend
|
||||
node_modules/
|
||||
|
||||
# Umgebungen / Secrets
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# IDE / Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS-Müll
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Gehört nicht dazu
|
||||
idea/
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue