Initial Commit
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
# Ideen Ordner
|
||||
_idee/
|
||||
|
||||
# Virtuelle Umgebungen
|
||||
venv/
|
||||
.env/
|
||||
env/
|
||||
|
||||
# IDEs und Editoren
|
||||
*.pyc
|
||||
*.log
|
||||
*.tmp
|
||||
*~
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# Build-Artifacts
|
||||
build/
|
||||
dist/
|
||||
__pycache__/
|
||||
|
||||
# Test- oder Entwicklungsunterlagen
|
||||
test_results/
|
||||
test_data/
|
||||
tests/__pycache__/
|
||||
tests/*.log
|
||||
|
||||
# Spezifische Plattformdateien
|
||||
*.DS_Store
|
||||
.AppleDouble/
|
||||
.Spotlight-V100/
|
||||
.TemporaryItems/
|
||||
.Trashes/
|
||||
DesktopDB/
|
||||
|
||||
# Sonstige unerwünschte Dateien
|
||||
Thumbs.db
|
||||
ehthumbs.deny
|
||||
ehthumbs.deny~
|
||||
._*
|
||||
.AppleDB
|
||||
.AppleDesktop
|
Reference in New Issue
Block a user