chore: add models-download to gitignore

- Ignore temporary model download directory
- Keep brainy-models-package tracked for npm publishing
This commit is contained in:
David Snelling 2025-08-05 18:09:35 -07:00
parent 1f2a678870
commit 26e43c6c5d

3
.gitignore vendored
View file

@ -76,3 +76,6 @@ debug*.ts
/brainy-models-package/node_modules/
/test-consumer/node_modules/
/test-install/node_modules/
# Downloaded models (temporary)
/models-download/