grants-rag / .gitignore
michaellupo74's picture
feat(ingest): JS card/grid + scroll container + skip_filters
b53e303
raw
history blame contribute delete
510 Bytes
venv/
*.pyc
__pycache__/
.DS_Store
Makefile.old
start-up-project.txt
.venv/
__pycache__/
*.pyc
.DS_Store
*.so
*.dylib
*.dll
*.map
*.bin
*.pt
*.pth
*.npy
data/index/
data/docstore/
assets/*.{jpg,jpeg,png,gif,webp}
.env
.venv/
__pycache__/
*.pyc
.data/
data/
runtime/
data/exports/
*.env*
.env
# Python
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
# App data/output
data/
snapshots/
app/static/
*.log
# Local/playwright artifacts
playwright/.cache/
*.png
# Editor
.vscode/
.DS_Store
# Backups
*.bak
*.bak.py