20 lines
199 B
Plaintext
20 lines
199 B
Plaintext
# Betriebssystem und Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python/lokale Server-Artefakte
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.venv/
|
|
venv/
|
|
|
|
# Lokale Notizen und Exporte
|
|
*.log
|
|
tmp/
|
|
dist/
|
|
|