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

# Env / secrets
.env
*.local

# Runtime artifacts
runs/
logs/
*.log
trajectories/
state.json
action.json

# OS
.DS_Store

# Build
build/
dist/
# vendored into the package at build time by harness/hatch_build.py (not a source of truth)
src/ftl_bench/_bundled/
harness/src/ftl_bench/_bundled/
