# Python stuff
*.py[cdo]

# Vim stuff
*.vim
*.swp

# Translations
*.mo

# Miscellaneous
tags

# Packages
*.egg
*.egg-info
*.pyc
*.whl
dist
build
man

# Unit test / coverage reports
coverage
.cache
.coverage
.coverage.*
.tox
.pytest_cache
.env
.eggs
