ProBas_RAG_Assistant / .gitignore
Mohamed284's picture
Deploy ProBas RAG Assistant with enriched prebuilt index
0ca97fd
Raw
History Blame Contribute Delete
572 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.venv/
.venv-1/
venv/
ENV/
env/
# IDEs
.vscode/
*.swp
*.swo
*~
.DS_Store
indexes/
documents/
api_example.ipynb
# Cache and indexes
*.pkl
documents_*.pkl
indexes/
# Logs
*.log
logs/
# Data files (large files)
*.faiss
# OS
Thumbs.db
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
# Environment files
.env
.env.local
.env.*.local
.env.*
!.env.example