1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/.idea/ /.vscode/ .DS_Store/ /env/ /venv/ __pycache__/ *.pyc *.egg-info/ /build/ /dist/ /.pytest_cache/ /.tox/ .coverage .coverage.* /htmlcov/ /docs/_build/