build
dist
*.egg-info
commit-msg
todo
poetry.lock

# profiling
prof/

# Environments
.env
.venv
env*/
venv/
ENV/
env.bak/
venv.bak/
env8


# Unit / Performance Testing #
##############################
asv_bench/.asv/env/
asv_bench/.asv/html/
asv_bench/.asv/results/
asv_bench/derivative/
test-data.xml

# automatically generated by setuptools-scm
pysindy/version.py
# sphinx gallery files
docs/examples

**/*cache*

.coverage
coverage.xml

.idea

docs/api
docs/_build

.ipynb_checkpoints
*/.ipynb_checkpoints/*
.DS_Store
.vscode

*.pyc

*.sublime*

.hypothesis/
