# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Test / tooling
.pytest_cache/
.coverage
htmlcov/

# Launcher runtime (should never be committed)
.overleaf-ce/
