# python cache
__pycache__/
*.py[cod]

# testing
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
coverage
jest
.mypy_cache/
.pytest_cache/

# data
*.csv
*.tsv
*.dump

# IDEs & Editors
.idea/
.ropeproject/
*.swp

# environment
.env*

# OS X
.DS_STORE

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
env/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
