pywwt/.gitignore

66 строки
872 B
Plaintext

/docs/_build/
/docs/_static/embed-bundle.js
/docs/_static/embed-bundle.js.map
/pywwt/labextension/
/pywwt/nbextension/static/index.js
/pywwt/nbextension/static/index.js.map
/pywwt/web_static/research/
# Compiled files
*.py[cod]
*.a
*.o
*.so
__pycache__
# Ignore .c files by default to avoid including generated code. If you want to
# add a non-generated .c extension, use `git add -f filename.c`.
*.c
# Other generated files
*/version.py
*/cython_version.py
htmlcov
.coverage
MANIFEST
.ipynb_checkpoints
# Eclipse editor project files
.project
.pydevproject
.settings
# Pycharm editor project files
.idea
# Floobits project files
.floo
.flooignore
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
distribute-*.tar.gz
# Other
.cache
.*.sw[op]
*~
.project
.pydevproject
.settings
# Mac OSX
.DS_Store
*.whl