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

# Virtual environments
.venv

# tb_like data / generated artifacts (never commit these)
data/
cache/
runs/
*.log
.tblike_cache/

# local demo serve dir (symlinks to run data)
.demo_runs/
