Files
RAG_Techniques/.gitignore
2024-10-25 01:18:06 +03:00

26 lines
263 B
Plaintext

# Ignore everything by default
*
# Allow only specific file types
!*.py
!*.md
!*.txt
!*.ipynb
!*jpeg
!*svg
!*.png
!LICENSE
!*.gif
!all_rag_techniques
!data
!evaluation
!images
!*.yml
!.github
!.github/workflows
# remove specific files
__pycache__/
__init__.py