HelpDev / .gitignore
Chaitaniya
hh
4810f6f
raw
history blame contribute delete
253 Bytes
# Python cache and environment
__pycache__/
*.pyc
*.pyo
*.pyd
.env
.venv/
# Data folders (PDFs, ChromaDB, etc.)
data/*
!data/__init__.py
# Large file types
*.pdf
*.pt
*.bin
# Streamlit UI cache
.ui/
.streamlit/
# OS/IDE junk
.DS_Store
*.swp
.vscode/