# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/

# Written at build time by hatch-vcs; the version lives in the git tag.
src/tetrak_hy/_version.py

# Training artefacts — regenerated from committed recipes, published as
# Release assets, never committed. See CLAUDE.md "Artefact discipline".
data/
output/
runs/
*.pth
*.lmdb
*.mdb

# OS
.DS_Store
