rag-hackrx / .gitignore
Rivalcoder
add For Hosting
cddddfc
raw
history blame contribute delete
527 Bytes
# Environment variables
.env
.env.local
.env.production
# 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
.cache
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.temp
# FAISS index files
*.index
*.faiss
# PDF files (if you don't want to commit them)
*.pdf
DEPLOYMENT.md