mirror of https://github.com/maderix/ANE.git
chore: add .gitignore with worktrees/ and build artifacts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
893f58e725
commit
8eb68cc959
|
|
@ -0,0 +1,27 @@
|
||||||
|
# macOS metadata
|
||||||
|
.DS_Store
|
||||||
|
**/.DS_Store
|
||||||
|
|
||||||
|
# Worktrees
|
||||||
|
.worktrees/
|
||||||
|
worktrees/
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
firebase-debug.log
|
||||||
|
|
||||||
|
# Compiled binaries
|
||||||
|
training/train
|
||||||
|
training/train_large
|
||||||
|
training/probe_*
|
||||||
|
training/*.dSYM/
|
||||||
|
|
||||||
|
# Training data (large binary files)
|
||||||
|
training/*.bin
|
||||||
|
|
||||||
|
# ANE compiled artifacts
|
||||||
|
**/*.mlmodelc/
|
||||||
|
**/*.mlpackage/
|
||||||
|
|
||||||
|
# External assets (models, datasets)
|
||||||
|
assets/
|
||||||
Loading…
Reference in New Issue