lbry-sdk/.gitignore

22 lines
220 B
Text
Raw Normal View History

2018-10-02 09:53:23 -04:00
# packaging
torba.egg-info/
2018-05-25 02:03:25 -04:00
dist/
2018-10-02 09:53:23 -04:00
# PyCharm
.idea/
2018-05-25 02:03:25 -04:00
2018-10-02 09:53:23 -04:00
# testing
2018-05-25 02:03:25 -04:00
.tox/
2018-11-25 11:08:13 -05:00
tests/client_tests/unit/bitcoin_headers
torba/bin
2018-05-25 02:03:25 -04:00
2018-10-02 09:53:23 -04:00
# cache and logs
__pycache__/
2018-05-25 02:03:25 -04:00
.mypy_cache/
2018-10-02 09:53:23 -04:00
_trial_temp/
_trial_temp-*/
2019-05-08 21:07:18 +05:30
# OS X DS_Store
*.DS_Store