# Python __pycache__/ *.py[cod] *.egg-info/ .eggs/ build/ dist/ # Virtual env .venv/ # IDE .idea/ .vscode/ # Data directory (persisted Spark connections / pending jobs) data/ # Test / coverage .pytest_cache/ .coverage htmlcov/