# OS turd files
.DS_Store

# python
*.pyc
__pycache__/

# Build artifacts
dist/
htmlcov/
site/
build/
*.egg-info
*.whl
*.conda
*.tar.bz2

# test files
.coverage*
coverage.json
coverage.xml

# Generated files
doc/whl2conda-cli.md
test/packages-with-renamed-dependencies.json

# git merge turd files
*.orig
