python-plexapi/.gitignore

22 lines
193 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
*.pyc
*.sublime-*
2017-01-22 04:06:55 +00:00
*.swp
2014-12-29 03:21:58 +00:00
*__pycache__*
.cache/
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-01-22 04:06:55 +00:00
include/
lib/
pip-selfcheck.json
pyvenv.cfg
2017-01-29 00:10:28 +00:00
htmlcov
.coverage
*.orig