mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-01-02 01:07:28 -08:00
103 lines
1.1 KiB
Plaintext
103 lines
1.1 KiB
Plaintext
|
|
# Compiled source #
|
|
###################
|
|
__pycache__
|
|
*.pyc
|
|
*.py~
|
|
*.pyproj
|
|
*.sln
|
|
|
|
# PlexPy files #
|
|
######################
|
|
*.log
|
|
*.db*
|
|
*.db-journal
|
|
*.ini
|
|
release.lock
|
|
version.lock
|
|
lib/*.dist-info
|
|
lib/*.egg-info
|
|
lib/*.pth
|
|
lib/*/*.pyd
|
|
lib/_distutils_hack
|
|
lib/pkg_resources
|
|
lib/setuptools
|
|
logs/*
|
|
backups/*
|
|
cache/*
|
|
exports/*
|
|
newsletters/*
|
|
*.mmdb
|
|
version.txt
|
|
branch.txt
|
|
.TEST
|
|
|
|
# HTTPS Cert/Key #
|
|
##################
|
|
/*.crt
|
|
/*.key
|
|
/*.csr
|
|
/*.pem
|
|
|
|
# Mergetool
|
|
*.orgin
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store?
|
|
.DS_Store
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
|
|
#Ignore files generated by PyCharm
|
|
*.idea/*
|
|
|
|
#Ignore files generated by VSCode
|
|
*.vscode/*
|
|
|
|
#Ignore files generated by vi
|
|
*.swp
|
|
|
|
#Ignore files build by Visual Studio
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
/cache
|
|
/logs
|
|
.project
|
|
.pydevproject
|
|
|
|
#Ignore files generated by pyinstaller
|
|
/build
|
|
/dist
|
|
|
|
#snapcraft specifics
|
|
/parts/
|
|
/stage/
|
|
/prime/
|
|
*.snap
|
|
.snapcraft
|
|
*_source.tar.bz2
|
|
snap/.snapcraft |