*.pyc

/**/*.egg-info
*.egg
build
dist

/tmp
/.vscode
/**/__pycache__/
/.pytest_cache

.venv
.env
*.lock
.coverage
/test.py
