54 lines
537 B
Plaintext
54 lines
537 B
Plaintext
__pycache__
|
|
.cache
|
|
.eggs
|
|
*.egg-info
|
|
*.pyc
|
|
build
|
|
dist
|
|
|
|
# Codecov
|
|
.coverage
|
|
coverage.xml
|
|
|
|
# IDE Specific files/folders
|
|
## Pycharm IDE - Jetbrains
|
|
.idea/*
|
|
.vscode/*
|
|
|
|
## PyDev IDE - Eclipse
|
|
.settings/
|
|
.loadpath
|
|
.metadata
|
|
tmp/
|
|
*.bak
|
|
*.project
|
|
*.pydevproject
|
|
*.tmp
|
|
local.properties
|
|
|
|
## Vim
|
|
*.swp
|
|
|
|
### YouCompleteMe
|
|
.ycm_extra_conf.py
|
|
|
|
# JS files/folders
|
|
## node / npm
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# MacOS files
|
|
.DS_Store
|
|
|
|
# Pipenv files
|
|
Pipfile.lock
|
|
|
|
# pytest folders
|
|
.pytest_cache
|
|
|
|
# tox folders
|
|
.tox
|
|
|
|
# sphinx/read the docs
|
|
docs/_build/
|