# ignore data files
*.[ct]sv
*.zip
*.tar
*.gz

# ignore byte compiled files
*.py[co]

# ignore coveralls yaml, coverage dir
.coveralls.yml
.coverage
.coverage.*
coverage.xml
htmlcov/

# ignore test cache
.pytest_cache

.DS_Store

docs/.ipynb_checkpoints/degradation_example-checkpoint.ipynb
*.ipynb_checkpoints*

# sphinx docs build
docs/sphinx/source/generated

# ignore setup and egg-info
.eggs/
build/
dist/
tmp/
rdtools.egg-info*

# emacs temp files
*~
\#*\#
.\#*

*.pickle

# pixi environments (local, not committed)
.pixi/*
!.pixi/config.toml

# Windows shortcuts (developer-local)
*.lnk

# ignore vscode settings
.vscode/
