1*.py[co] 2*.egg-info 3.*.swp 4 5/.idea/ 6 7/dist/ 8/distribute*.tar.gz 9/distribute*.egg 10 11.tox/ 12.coverage 13.coverage.* 14.cache/ 15.mypy_cache/ 16.pytest_cache/ 17__pycache__/ 18 19/build/ 20/doc/_build/ 21