# build data
MANIFEST.in
venv
.cache
build
dist
docs/build
__pycache__
*.egg*
docs/isomer-docs-docs.xml

# cache
*.pyc

# debian autogenerated foam
debian/python-isomer*
debian/files

# SCM versioning
isomer/scm_version.py

# Documentation
*.mo

# Testing stuff
.tox
coverage
.coverage
.pytest_cache

# IntelliJ IDEA
workspace.xml
tasks.xml
shelf

# Scratchspace
scratch
