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

# Virtual envs
.venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

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

# Secrets
.env
*.local

# Loom traces produced by examples/tests
*.loom.json

# CI fixture traces are committed on purpose
!examples/ci/traces/*.loom.json
