Skip to content
Snippets Groups Projects
.gitignore 357 B
Newer Older
Olivier Bertrand's avatar
Olivier Bertrand committed
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

Olivier Bertrand's avatar
Olivier Bertrand committed
#Autosave
*~
*#

Olivier Bertrand's avatar
Olivier Bertrand committed
#notebook checkpoint
.ipynb_checkpoints/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

#Sphinx doc
doc/build

coverage_html_report