KUNAL SHAW
Update UI and configuration files
43aa251
raw
history blame contribute delete
409 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
env/
.venv/
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# Data files (user will add their own PDF)
data/*.pdf
data/chunks.jsonl
# Model cache
.cache/
models/
# Streamlit
.streamlit/secrets.toml
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Jupyter
.ipynb_checkpoints/