python-plexapi/.gitignore

28 lines
251 B
Text
Raw Permalink 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 14:38:40 -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 14:38:40 -05:00
.coverage
2017-01-21 23:06:55 -05:00
.idea/
.Python
2017-01-21 23:06:55 -05:00
bin/
build
config.ini
2017-05-26 22:53:06 -04:00
ipython_config.py
2017-01-21 23:06:55 -05:00
dist
2017-01-10 01:54:19 -05:00
docs/_build/
2019-10-02 22:03:05 -04:00
docs/src/
2017-02-13 14:38:40 -05:00
htmlcov
2017-01-21 23:06:55 -05:00
include/
lib/
pip-selfcheck.json
2019-10-02 22:03:05 -04:00
pyvenv.cfg
2019-10-15 22:23:25 -04:00
MANIFEST