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

# Virtualenvs
.venv/
venv/

# Welchost dev sandbox
dev-home/
*.welchost.bak*

# Telemetry key, baked into the published artifact by CI — never committed.
src/welchost/_secrets.py

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# OS / editor
.DS_Store
.idea/
.vscode/
