# Rust build artifacts
target/
Cargo.lock
# yore index files (test data)
.yore/
.yore-test/
# YARLI runtime state and workspaces
.yarli/
.yarl/
.yarl/workspaces/
# Editor files
*.swp
*.swo
*~
.vscode/
# OS files
.DS_Store
Thumbs.db
# Generated LLM-driven vocabulary snapshots
.yore-domain-terms-llm.txt
.yore-stopwords-llm.txt
.yore-uncertain-terms-llm.txt