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