30 lines
312 B
Plaintext
30 lines
312 B
Plaintext
__pycache__
|
|
.DS_Store
|
|
.cache
|
|
.tox
|
|
build
|
|
dist
|
|
*.egg-info
|
|
*.pyc
|
|
|
|
# IDE Specific files
|
|
### Pycharm IDE - Jetbrains
|
|
.idea/*
|
|
|
|
### PyDev IDE - Eclipse
|
|
.metadata
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
*.project
|
|
*.pydevproject
|
|
|
|
### YouCompleteMe - VIM plugin
|
|
.ycm_extra_conf.py
|
|
|
|
##Tests JS
|
|
node_modules/
|