# 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
.coverage
*,cover
test-output.xml
/.tox
/htmlcov

\#*
.\#*
/.ipynb_checkpoints

# IDE Specific Files #
######################
/.idea


# Virtual Environments #
########################
/venv