1MANIFEST 2 3__pycache__/ 4build/ 5dist/ 6tmp/ 7venv*/ 8 9.cache/ 10.idea/ 11.tox/ 12.venv*/ 13.vscode/ 14.python-version 15 16*.swp 17*.pyc 18*.egg-info/ 19