mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-09 11:12:06 +00:00
0548bdb655
- Added a pre-commit config for code linting and formatting. It will auto-format python, javascript, CSS, YAML and markdown files to save manually doing so. To install: pip install pre-commit pre-commit install - Added a default virtual environment directory to gitignore.
21 lines
188 B
Plaintext
21 lines
188 B
Plaintext
*~
|
|
build
|
|
.cache
|
|
dist
|
|
docs/source/modules
|
|
*egg-info
|
|
*.egg
|
|
*.log
|
|
*.pyc
|
|
*.tar.*
|
|
_trial_temp
|
|
.tox/
|
|
deluge/i18n/*/
|
|
deluge.pot
|
|
*.desktop
|
|
*.appdata.xml
|
|
.build_data*
|
|
osx/app
|
|
RELEASE-VERSION
|
|
.venv
|