# This is an example .gitignore and may need to be adapted per
# project.

# Compiled source #
###################
*.pyc
*.pyd
*.c
*.cpp
*.so
*.o
*.cache
.pytest_cache/

# OS generated files #
######################
.fuse_hidden*
*~
*swp

# emacs
flycheck*

# Old files #
_old/

# Pip generated folders #
#########################
*.egg-info/
build/
dist/

# autogenerated docs
_autosummary


# Testing
.tox
.mypy_cache
.coverage
htmlcov
*,cover
test-output.xml

\#*
.\#*
.ipynb_checkpoints

# Pycharm
.idea/

# Docs builds
doc/build

.ipython/profile_default/history.sqlite

# ipynb (generated from py files on docs build)
*.ipynb

# Pypi things
deps

venv/
