feat: NFOGuard v1.7.2 - Complete media management system
Initial clean repository with full NFOGuard codebase: - Docker-based media file processing - Webhook integration for Radarr/Sonarr - NFO file management and organization - Emby/Jellyfin plugin integration - TMDB API integration for metadata - Smart episode and movie renaming - Comprehensive dual-repository development workflow Author: SBCrumb
This commit is contained in:
+81
@@ -0,0 +1,81 @@
|
||||
# Environment files with sensitive data
|
||||
.env
|
||||
.env.secrets
|
||||
.env.local
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
|
||||
# Docker
|
||||
.dockerignore
|
||||
|
||||
# Local development files (not for public repo)
|
||||
*.local
|
||||
CODE_STRUCTURE.local
|
||||
sync-to-github.sh
|
||||
|
||||
# Ignore GitHub workflows when pushing to Gitea
|
||||
.github/
|
||||
|
||||
# Ignore Gitea workflows when pushing to GitHub
|
||||
.gitea/
|
||||
|
||||
# Local development documentation (Gitea only, not for GitHub)
|
||||
.local/
|
||||
|
||||
# Temporary troubleshooting files - to be removed
|
||||
Dockerfile.optimized
|
||||
fix-gitea-packages.md
|
||||
configure-docker-insecure.md
|
||||
CLEANUP.md
|
||||
README-OPTIMIZED.md
|
||||
Reference in New Issue
Block a user