GeminiRAG / src /.gitignore
TorchLLM's picture
Initial commit for deploying the project
d9e3edb
raw
history blame
200 Bytes
# Ignore all MP3 files
*.mp3
# Ignore all PDF files
*.pdf
# Ignore all MP4 files
*.mp4
# Ignore all TXT files
*.txt
# Ignore environment files
.env
# Ignore Python cache files
__pycache__/
*.pyc