python-plexapi/.gitignore

23 lines
202 B
Text
Raw Normal View History

2014-12-28 22:21:58 -05:00
syntax: glob
*.db
2017-01-21 23:06:55 -05:00
*.egg-info
2014-12-28 22:21:58 -05:00
*.log
2017-02-13 16:02:15 -05:00
*.orig
*.pickle
2014-12-28 22:21:58 -05:00
*.pyc
*.sublime-*
2017-01-21 23:06:55 -05:00
*.swp
2014-12-28 22:21:58 -05:00
*__pycache__*
.cache/
2017-02-13 16:02:15 -05:00
.coverage
2017-01-21 23:06:55 -05:00
.idea/
.Python
2017-01-21 23:06:55 -05:00
bin/
build
dist
2017-01-10 01:54:19 -05:00
docs/_build/
2017-02-13 16:02:15 -05:00
htmlcov
2017-01-21 23:06:55 -05:00
include/
lib/
pip-selfcheck.json
2017-02-13 16:02:15 -05:00
pyvenv.cfg