Lerndatenbank/.gitignore

48 lines
532 B
Plaintext
Raw Permalink Normal View History

2024-08-05 16:36:41 +02:00
# Ideen Ordner
_idee/
2024-08-05 16:40:25 +02:00
# Datenbank
instance/
2024-08-05 16:36:41 +02:00
# 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