# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Token Bill artifacts (root-anchored — never swallow tests/data/)
/report.html
/trace*.jsonl
/data/

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