1 2 3 4 5 6 7 8 9 10
# Python build artifacts — keep these out of the enprot repo. __pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ *.egg build/ dist/ .venv/ venv/