mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-01-07 11:40:03 -08:00
bfb45c180a
Remove version checks and update logic Remove extraneous constants: SOURCE_ROOT, SYS_ARGV, APP_FILENAME, CONFIG_MOVIE_FILE, MY_APP, CONFIG_TV_FILE, GIT_* Remove nzb2media.utils.processes Update requirements Flatten project structure Keep settings close to code Refactor NZBget, torrent configs, torrents, transcoder, tools, constants and forks Refactor `nzbToMedia.main` to `nzb2media.app.main` Fix flake/lint issues
21 lines
184 B
Plaintext
21 lines
184 B
Plaintext
*.cfg
|
|
!.bumpversion.cfg
|
|
*.cfg.old
|
|
*.py[cod]
|
|
*.log
|
|
*.pid
|
|
*.db
|
|
*.dbm
|
|
.coverage
|
|
/build/
|
|
/userscripts/
|
|
/logs/
|
|
/.idea/
|
|
/venv/
|
|
*.dist-info
|
|
*.egg-info
|
|
/.vscode
|
|
/htmlcov/
|
|
/.tox/
|
|
/.mypy_cache/
|