Test clean deploy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
42e5e20e17
11 changed files with 1790 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# HuggingFace cached models (large, ~2 GB)
|
||||
models/
|
||||
|
||||
# Vector stores (large, rebuild with build scripts)
|
||||
store/
|
||||
clippings_search/store_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
|
||||
Loading…
Add table
Add a link
Reference in a new issue