# Python / build artifacts
__pycache__/
*.pyc
src/wait_ci/_version.py

# Virtual environments
.venv/

# Build outputs
dist/
*.egg-info/

# uv lock / state handled by repo already (keep uv.lock tracked)
.uv/
uv.lock

.ruff_cache/

# any log files that wind up in this dir
*.log
*.log2
