Files
IPTV-Updates/.gitignore
root 8c1651ca5c Initial repository structure for IPTV Updates
- Added README with repository structure
- Created current.json for version tracking
- Added v2.7.0 release manifest
- Created patch creation guide
- Set up directory structure for patches and releases
2025-09-20 21:14:01 +00:00

24 lines
173 B
Plaintext

# Temporary files
*.tmp
*.bak
*.swp
*~
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Test data
test/
testing/
# Build artifacts
*.pyc
__pycache__/
# Logs
*.log