60 lines
564 B
Plaintext
60 lines
564 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
*_build
|
|
*_static
|
|
*_templates
|
|
#################
|
|
## JetBrains
|
|
#################
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
# System
|
|
.DS_Store
|
|
|
|
# VIM swap files
|
|
.*.swp
|
|
|
|
# VIM temp files
|
|
*~
|
|
|
|
#################
|
|
## Sublime Text
|
|
#################
|
|
*.sublime-*
|
|
|
|
############
|
|
## Windows
|
|
############
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
pip-wheel-metadata/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|