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

# Coverage
.coverage
htmlcov/
coverage.xml

# Local trajectories / runs (don't commit captured episodes)
/runs/
/runtime/
*.trajectory.json

# Editor / OS
.DS_Store
.idea/
.vscode/
*~
