*.pyc
*.png

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

# IDE
/.idea/

# documentation stuff
/docs/_build/
/docs/api/

# testing stuff
/.pytest_cache/

# setuptools-scm
omicron/_version.py
