UV-PythonicRAG / .gitignore
Mdean77's picture
Added some directories to ignore file
0036cf7
raw
history blame contribute delete
221 Bytes
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.DS_Store
# Virtual environments
.venv
# Notebooks
Pythonic_RAG_Assignment.ipynb
# Confidential
.env
# temporary files
.chainlit/
.files/