Spaces:
Running
Running
Add llm.txt to .gitignore to keep LLM knowledge base local only
Browse filesThe llm.txt file contains comprehensive project documentation and
should remain local as it may contain sensitive information about
the project structure and implementation details.
- .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 |
|