# Compiled files
*.py[co]
*.a
*.o
*.so
__pycache__

.tox/*
# 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
*.cpp

# Other generated files
MANIFEST
*/version.py
*/cython_version.py
htmlcov
.coverage

# Sphinx
docs/api
docs/_build

# Eclipse editor project files
.project
.pydevproject
.settings

# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
distribute-*.tar.gz

# Other
.*.swp
*~
temporary_testing_script.py
*.ipynb
.ipynb_checkpoints/*
*/.ipynb_checkpoints/*
*/*/.ipynb_checkpoints/*
.pytest_cache/*

# Mac OSX
.DS_Store
