ReportRaahat / .gitignore
ReportRaahat CI
Deploy from GitHub: cbc36259c5ce4062cd4e64b876308f9378e3ebe2
542c765
raw
history blame contribute delete
223 Bytes
# Python
__pycache__/
*.py[cod]
venv/
.env
*.db
*.faiss
*.pt
*.bin
# Node
node_modules/
.next/
dist/
.env.local
package-lock.json
yarn.lock
# IDE
.vscode/
.idea/
.DS_Store
# Notebooks output
notebooks/.ipynb_checkpoints/