RoyAalekh commited on
Commit
bd7e2c8
·
1 Parent(s): 33be16a

Add llm.txt to .gitignore to keep LLM knowledge base local only

Browse files

The llm.txt file contains comprehensive project documentation and
should remain local as it may contain sensitive information about
the project structure and implementation details.

Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -65,6 +65,9 @@ Thumbs.db
65
  deployment_info.txt
66
  CACHE_MANAGEMENT.md
67
 
 
 
 
68
  # Jupyter
69
  .ipynb_checkpoints/
70
 
 
65
  deployment_info.txt
66
  CACHE_MANAGEMENT.md
67
 
68
+ # LLM Knowledge Base (keep local only)
69
+ llm.txt
70
+
71
  # Jupyter
72
  .ipynb_checkpoints/
73