python-plexapi/.gitignore
JonnyWong16 fcbea70549
Add methods to lock and unlock a field for all items in a library (#861)
* Add plex folder to .gitignore

* Add method to lock/unlock a field for all items in a library

* Add test to lock/unlock all posters in a library
2022-01-23 16:11:20 -08:00

33 lines
No EOL
307 B
Text

syntax: glob
*.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