# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/

# Simulation venv + generated artifacts
sim/.venv/
sim/elt/out/
sim/elt/out_*/
.pytest_cache/

# OS
.DS_Store
