__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Local materialized corpora and run outputs
.sboltorch_cache/
runs/
*.parquet
wandb/

# Normalized SBOL3 produced by examples/normalize_and_ingest.py
examples/data/normalized/

# Environment
.env
.env.*
