lbry-sdk/.gitignore
Lex Berezhny 425c952293
added tox
2018-08-24 11:37:53 -04:00

26 lines
260 B
Text

*.pyc
*.egg
*.so
*.xml
*.iml
*.log
*.pem
*.decTest
*.prof
.#*
/build/build
/build/dist
/bulid/requirements_base.txt
/lbrynet.egg-info
/docs_build
/lbry-venv
.tox/
.idea/
.coverage
.DS_Store
# temporary files from the twisted.trial test runner
_trial_temp/