mirror of
https://github.com/NirDiamant/RAG_Techniques.git
synced 2025-04-07 00:48:52 +03:00
26 lines
263 B
Plaintext
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
|
|
|