b2826d1143
Introduces tagger.rs for WD-based image tagging with CSV label support. Adds csv, ureq, and zip dependencies; updates gitignore to exclude Python/JSON files.
38 lines
352 B
Plaintext
38 lines
352 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
src-tauri/target
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
*.local.*
|
|
# Local patch artifacts
|
|
*.diff
|
|
*.patch
|
|
|
|
# Local staging area
|
|
/staging
|
|
|
|
# Misc
|
|
*.py
|
|
*.json
|
|
|
|
*.pyc
|