lbry-sdk/.gitignore

27 lines
260 B
Text
Raw Normal View History

2015-08-20 11:27:15 -04:00
*.pyc
2016-12-01 17:05:14 -05:00
*.egg
*.so
*.xml
*.iml
*.log
2016-12-01 17:05:14 -05:00
*.pem
*.decTest
2017-03-31 13:32:43 -04:00
*.prof
2017-02-21 15:15:32 -06:00
.#*
2017-04-10 15:10:52 -04:00
/build/build
/build/dist
/bulid/requirements_base.txt
2017-01-03 14:13:01 -05:00
/lbrynet.egg-info
2016-12-08 22:05:31 -05:00
/docs_build
/lbry-venv
2018-07-06 18:31:35 -04:00
.tox/
.idea/
2016-05-27 15:40:30 -05:00
.coverage
2016-12-01 17:05:14 -05:00
.DS_Store
2016-07-26 09:34:00 -05:00
2016-12-01 17:05:14 -05:00
# temporary files from the twisted.trial test runner
2017-01-03 14:13:01 -05:00
_trial_temp/