python-plexapi/.gitignore

23 lines
202 B
Text
Raw Normal View History

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