ssearch/.gitignore
Eric Furst 13785d667a Rename storage_exp/ to store/, remove unused storage/
Update all active scripts, .gitignore, CLAUDE.md, and README.md.
Also fix stale filename references in script header comments.
2026-02-26 16:36:57 -05:00

36 lines
427 B
Text

# Python
.venv/
__pycache__/
*.pyc
# HuggingFace cached models (large, ~2 GB)
models/
# Vector stores (large, rebuild with build scripts)
store/
storage_clippings/
# Data (symlinks to private files)
data
clippings
# Generated file lists
ocr_needed.txt
# IDE and OS
.DS_Store
.vscode/
.idea/
# Jupyter checkpoints
.ipynb_checkpoints/
# Secrets
.env
API_key_temp
# Query log
query.log
# Duplicate of CLAUDE.md
claude.md