# -*- mode: fundamental; -*-
# Ignore emacs backup files (at least, the ones I generate)
.*~
# Ignore scratch file
.bonz
# Ignore mac specific junk
.DS_Store
# Build artifacts
*.pyc
dist/
__pycache__/
src/frplib/dev/
.hypothesis