mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-01-08 04:00:03 -08:00
6a6b25fece
* add fork Medusa-apiV2 * Added classes for sickbeard (base) and PyMedusa. * refactored part of the forks.py code -> InitSickBeard class. * Add .vscode to gitignore * Further refactor forks.py -> sickbeard.py * Working example for pyMedusa when fork is 'medusa' (no api key) * fix import for Py2 Co-authored-by: clinton-hall <fock_wulf@hotmail.com>
17 lines
137 B
Plaintext
17 lines
137 B
Plaintext
*.cfg
|
|
!.bumpversion.cfg
|
|
*.cfg.old
|
|
*.pyc
|
|
*.pyo
|
|
*.log
|
|
*.pid
|
|
*.db
|
|
*.dbm
|
|
/userscripts/
|
|
/logs/
|
|
/.idea/
|
|
/venv/
|
|
*.dist-info
|
|
*.egg-info
|
|
/.vscode
|