.DS_Store
dist/
build/
pyshbundle.egg-info/
develloping_progress.txt
paper_org.md

# Python cache
**/__pycache__/
**/*.py[co]

# Test cache
.pytest_cache/

# Old/draft test files
tests/old*
