mirror of https://github.com/l3uddz/traktarr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
347 B
43 lines
347 B
7 years ago
|
# User-specific stuff:
|
||
|
.idea
|
||
|
|
||
|
## File-based project format:
|
||
|
*.iws
|
||
|
|
||
|
# IntelliJ
|
||
|
/out/
|
||
|
|
||
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
*.pyc
|
||
|
|
||
|
# logs
|
||
|
*.log*
|
||
|
|
||
|
# databases
|
||
|
*.db
|
||
|
|
||
|
# configs
|
||
|
*.cfg
|
||
|
*.json
|
||
|
|
||
|
# generators
|
||
|
*.bat
|
||
|
|
||
|
# Pyenv
|
||
|
**/.python-version
|
||
|
|
||
|
# PyInstaller
|
||
|
build/
|
||
|
dist/
|
||
|
*.manifest
|
||
|
*.spec
|
||
|
|
||
|
# Git
|
||
|
.git
|
||
|
|
||
|
# Systemd
|
||
|
systemd
|