mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
9a541771f5
See 35269614
commit
And stackoverflow post:
- https://stackoverflow.com/questions/56010229/what-does-syntax-glob-regexp-mean-in-a-gitignore-file/56010335#56010335
32 lines
No EOL
294 B
Text
32 lines
No EOL
294 B
Text
*.db
|
|
*.egg-info
|
|
*.log
|
|
*.orig
|
|
*.pickle
|
|
*.pyc
|
|
*.sublime-*
|
|
*.swp
|
|
*__pycache__*
|
|
.cache/
|
|
.coverage
|
|
.idea/
|
|
.Python
|
|
.vscode
|
|
bin/
|
|
build
|
|
config.ini
|
|
ipython_config.py
|
|
dist
|
|
docs/_build/
|
|
docs/src/
|
|
htmlcov
|
|
include/
|
|
lib/
|
|
pip-selfcheck.json
|
|
pyvenv.cfg
|
|
MANIFEST
|
|
venv/
|
|
|
|
# path for the test lib.
|
|
plex/
|
|
tools/plex |