Add project-specific .gitignore entries
Exclude: pycache dirs, unnamed.git, report.csv, backups, generated playlists, temp files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b6abfae16c
commit
b2dd0df052
1 changed files with 36 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue