# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Secrets
.env
.env.*

# Tooling caches
.pytest_cache/
.ruff_cache/

# Tether session artifacts
.tether/

# Demo / eval run workspaces (anchored to repo root so nested dirs like
# .github/workflows are not caught by the "work*" glob)
/work/
/work*/
/pricing_run*/
evals/runs/
evals/results/
evals/run.log
