# Python cache and test artifacts __pycache__/ .pytest_cache/ .py[oc] data/ tests/results/ # Coverage and build artifacts .coverage htmlcov/ build/ dist/ wheels/ *.egg-info # Virtual environment .venv/