python-plexapi/.gitignore

27 lines
242 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
config.ini
2017-05-27 02:53:06 +00:00
ipython_config.py
2017-01-22 04:06:55 +00:00
dist
2017-01-10 06:54:19 +00:00
docs/_build/
2019-10-03 02:03:05 +00:00
docs/src/
2017-02-13 19:38:40 +00:00
htmlcov
2017-01-22 04:06:55 +00:00
include/
lib/
pip-selfcheck.json
2019-10-03 02:03:05 +00:00
pyvenv.cfg