# Common
*.pyc
*.pyo
*.swp
*.swo
*.orig
*.egg-info

# Project specific
/.env
/pip-log.txt
/var/
/.tox/
/.coverage
/dist/
/coverage.xml
/.cache/
/build/
/.coverage*
/docs/_build
/.pytest_cache/
/test.py
/.pytype/
