.DS_Store
*.pyc
*$py.class
*~
.sw*
.*.sw*
dist/
*.egg-info
*.egg
*.egg/
*.eggs/
build/
.build/
_build/
pip-log.txt
.directory
erl_crash.dump
*.db
Documentation/
.ropeproject/
.project
.pydevproject
.idea/
celery/tests/cover/
.ve*
.vagrant/
.cache/
.hypothesis/
.mypy_cache/
.pytest_cache/
htmlcov/
*-cache*
.checkpoint
.python-version
.pyre/
.dmypy.json
*.so
faust/_cython/*.c
faust/transport/_cython/*.c

# virtualenvs
/env
/venv

# ide
.vscode/

.logs

# coverage
.coverage
coverage.xml
