# Secrets / local config
.env
inferrail.yaml
*.local.yaml

# Telemetry output
*.jsonl

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

# Test / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Local AI-assistant tooling state (session-specific, not part of the project)
.claude/

# Private local agent pointer (points at the private strategy repo; never commit)
CLAUDE.local.md

# Local-only scratch outputs (never commit — may contain private/strategy content)
local/
