# MacOS
.DS_Store

# Make
custom.mk

# Python
__pycache__
*.pyc

# Generated files
*.egg-info
build/
dist/
# ignore .eggs directory created by setup.py
.eggs/
.conda-built
.coverage
/htmlcov/
/site/
/pages-tmp/
/public/
/tests/.aws/
conda-meta-data.json
# stray build artifacts
*.whl
*.tar.bz2
*.conda

# tox
/.tox/
/tox-env.yml
/tox-requirements.txt

# git
*.orig



