# Cached python code __pycache__ # Cached test code .pytest_cache # Coverage reports .coverage coverage.xml # distribution files dist/ *egg-info/ # Ignore Scratch files scratch/* !/scratch/README.md # Ignore virtualenv .venv venv