hackrx6.0-final / .gitignore
rohannsinghal's picture
fix: orrect .gitignore and removed b from tracking
46ea3d7
raw
history blame contribute delete
272 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*build/
*dist/
# Virtual Environments
venv/
hackrxenv/
unstructuredenv/
# Secrets - VERY IMPORTANT
.env
# Local data
app/documents/
app/chroma_db/
_fast_parsed_output.json
chroma_db/
# IDE and OS files
.vscode/
.idea/
.DS_Store