Musiksammlung/.gitignore
2026-02-15 01:00:12 +01:00

32 lines
275 B
Text

# 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/