SickGear/.gitignore
Prinz23 49f6c99e0a Change handle exceptions thrown from pkg_resources parsing newly extended working set modules not even used by SG.
Fix parsing shows where multiple same names are in SG and show_obj is set for parser.
Change update fallback zoneinfo to 2023c.
Change update gitignore.
2023-04-12 10:17:48 +01:00

51 lines
648 B
Text

######################
# SG User Related #
cache/*
Logs/*
restore/
autoProcessTV/autoProcessTV.cfg
config.ini*
cache.db*
failed.db*
sickbeard.db*
server.crt
server.key
######################
# SG Test Related #
tests/cache/*
tests/Logs/*
tests/*.db
tests/sickgear.*
######################
# Compiled source #
*.py[co]
**/__pycache__/
######################
# IDE specific #
/.idea/
*.bak
*.cproject
*.project
*.pydevproject
*.sw?
*.tmp
*.tmproj
*.tmproject
*.wpr
Session.vim
.ropeproject/*
######################
# OS generated files #
*.torrent
*~
.directory
.DS_Store
.Spotlight-V100
.Trashes
desktop.ini
ehthumbs.db
Thumbs.db