- Fix path traversal vulnerability in TVDB cache (CWE-22) - Support TVDB_API_KEY env var to avoid hardcoded secrets - Add config.json to .gitignore, remove from git history - Add pyproject.toml for proper packaging, remove sys.path.insert - Add file hash to duplicate detection (reduce false positives) - Require --force flag for --auto-delete-duplicates deletion - Log deletions to recovery manifest - Create .env.example template
11 lines
100 B
Plaintext
11 lines
100 B
Plaintext
*.pyc
|
|
*.mkv
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.config.json
|
|
.env
|
|
src/.tvdb_cache/* |