# Models are never committed: mlx-lm downloads them into ~/.cache/huggingface on first use.
# The directories below are reproducible with scripts/ — see README > Reproducing.
# No trailing slash: these must also catch symlinks pointing outside the repo.
/data
/external
/features
/runs
/tasks

*.egg-info/
__pycache__/
.pytest_cache/
.venv*/

# macOS and editors
.DS_Store
._*
.idea/
.vscode/
*.swp

# written by setuptools-scm at build/install
lib/jul/_version.py
