candle-annotator/.gitignore
2026-02-19 00:01:22 +01:00

20 lines
254 B
Text

.claude
node_modules
.next
dist
build
*.log
.env
.env*.local
services/ml/.env
.DS_Store
data/
models/
__pycache__/
*.pkl
mlruns
AI-grep/
# Allow training model source package (not artifacts)
!services/ml/training/models/
!services/ml/training/models/**