# Python __pycache__/ *.py[cod] *.egg-info/ .eggs/ build/ dist/ # Test / tooling caches .pytest_cache/ .coverage htmlcov/ # venv .venv/ venv/ # OS / editor .DS_Store .idea/ .vscode/