mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 01:15:05 +00:00
e56303798c
Initial SickGear for Python 3.
50 lines
632 B
Text
50 lines
632 B
Text
######################
|
|
# SB User Related #
|
|
cache/*
|
|
cache.db*
|
|
config.ini*
|
|
Logs/*
|
|
sickbeard.db*
|
|
failed.db*
|
|
autoProcessTV/autoProcessTV.cfg
|
|
server.crt
|
|
server.key
|
|
restore/
|
|
|
|
######################
|
|
# SB Test Related #
|
|
tests/cache/*
|
|
tests/Logs/*
|
|
tests/sickgear.*
|
|
tests/*.db
|
|
|
|
######################
|
|
# Compiled source #
|
|
*.py[co]
|
|
|
|
######################
|
|
# IDE specific #
|
|
*.bak
|
|
*.tmp
|
|
*.wpr
|
|
*.project
|
|
*.pydevproject
|
|
*.cproject
|
|
*.tmproj
|
|
*.tmproject
|
|
*.sw?
|
|
Session.vim
|
|
.ropeproject/*
|
|
|
|
######################
|
|
# OS generated files #
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.DS_Store
|
|
desktop.ini
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.directory
|
|
*~
|
|
/.idea/
|
|
*.torrent
|