abc123 / .gitignore
vimalk78's picture
Remove wordfreq embeddings from LFS, keep local only
40a8e9e
# Dependencies
node_modules/
*/node_modules/
# Environment variables
#.env
# .env.local
# .env.development.local
# .env.test.local
# .env.production.local
# .env.backup
# Additional security - API keys and secrets
*.key
*.pem
.secret
secrets/
config/secrets/
# Build outputs
build/
dist/
*/build/
*/dist/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
# hack
hack/fine_tuned_model/
issues/
samples/
venv/
crossword-app/backend-py/src/services/model_cache/
hack/model_cache/
.KARO.md
CLAUDE.md
crossword-app/backend-py/faiss_cache/
cache-dir/models--google--flan-t5-base/
cache-dir/models--google--flan-t5-large/
cache-dir/models--google--flan-t5-small/
cache-dir/.locks/models--google--flan-t5-base/
cache-dir/.locks/models--google--flan-t5-large/
cache-dir/.locks/models--google--flan-t5-small/
cache-dir/embeddings_all-mpnet-base-v2_100000.npy
cache-dir/frequencies_100000.pkl
cache-dir/vocabulary_100000.pkl