Update .gitignore
Some checks failed
Generate M3U Playlist / build (push) Has been cancelled

This commit is contained in:
stoney420 2025-06-28 03:03:57 +02:00
parent 1a5be798b6
commit 324a33099c

74
.gitignore vendored
View file

@ -6,21 +6,6 @@ __pycache__/
*$py.class *$py.class
*.so *.so
.Python .Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# ===== LOGS & TEMPORARY FILES ===== # ===== LOGS & TEMPORARY FILES =====
*.log *.log
@ -28,31 +13,16 @@ wheels/
*_temp* *_temp*
*.backup.* *.backup.*
temp_* temp_*
.temp/
# Specific log patterns
playlist_update.log
import_*.log
health_check_*.log
# ===== BACKUP FILES ===== # ===== BACKUP FILES =====
# Keep backups directory but ignore temporary backups
backups/temp_* backups/temp_*
backups/*.tmp backups/*.tmp
*.backup *.backup
*~ *~
# ===== DEVELOPMENT & TESTING ===== # ===== DATA ARCHIVES =====
.pytest_cache/ data/archive/
.coverage reports/archive/
htmlcov/
.tox/
.nox/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# ===== IDE & EDITOR FILES ===== # ===== IDE & EDITOR FILES =====
.vscode/ .vscode/
@ -63,43 +33,17 @@ coverage.xml
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# ===== ENVIRONMENT & CONFIG =====
.env
.env.local
.env.*.local
venv/
env/
ENV/
# ===== IPTV SPECIFIC ===== # ===== IPTV SPECIFIC =====
# Temporary import files (keep the main one)
bulk_import_temp.m3u bulk_import_temp.m3u
import_temp_*.m3u import_temp_*.m3u
*_processing.m3u *_processing.m3u
# Large test files
test_large_*.m3u
sample_*.m3u
# Generated temporary playlists
playlist_temp.m3u playlist_temp.m3u
temp_playlist_*.m3u temp_playlist_*.m3u
# ===== DOCUMENTATION BUILDS ===== # Old timestamped files
docs/_build/ *_20[0-9][0-9][0-9][0-9][0-9][0-9]_*.txt
site/ *_20[0-9][0-9][0-9][0-9][0-9][0-9].txt
# ===== ARCHIVE & COMPRESSED ===== # ===== SETUP & MAINTENANCE =====
*.tar.gz setup_*.py
*.zip comprehensive_cleanup.py
*.rar
logs_archive_*.tar.gz
# ===== SYSTEM FILES =====
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db