Exclude: pycache dirs, unnamed.git, report.csv, backups, generated playlists, temp files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
36 lines
302 B
Text
36 lines
302 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
.env
|
|
|
|
# Build / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# IDE / Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Projektspezifisch
|
|
pycache/
|
|
unnamed.git/
|
|
report.csv
|
|
*.log
|
|
backup/
|
|
|
|
# Generierte Playlists
|
|
*.m3u
|
|
*.m3u8
|
|
*.pls
|
|
|
|
# Temporäre Dateien
|
|
*~
|
|
*.swp
|
|
*.tmp
|