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
This commit is contained in:
root
2025-09-20 21:14:01 +00:00
commit 8c1651ca5c
5 changed files with 373 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Temporary files
*.tmp
*.bak
*.swp
*~
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Test data
test/
testing/
# Build artifacts
*.pyc
__pycache__/
# Logs
*.log