*.pyc
*.png

# python package stuff
/build/
/dist/
/*.egg-info/
/.cache/
/.eggs/

# IDE
/.idea/
.idea
*/.idea

# OS
.DS_Store


# documentation stuff
/docs/build/
/docs/api/

# testing stuff
/.pytest_cache/

# setuptools-scm
omicron_gap/_version.py
