Skip to content

Commit cee408c

Browse files
committed
Remove personal development files from git tracking (keep locally)
- Remove python-recipes/agents/02_full_featured_agent-Copy1.ipynb - Remove python-recipes/vector-search/01_redisvl-nk.ipynb - Remove python-recipes/vector-search/08_vector_algorithm_benchmark.ipynb - Remove python-recipes/vector_search.py - Add all to .gitignore - Files remain available locally for reference
1 parent 4bc5fd4 commit cee408c

File tree

5 files changed

+6
-4916
lines changed

5 files changed

+6
-4916
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,9 @@ litellm_redis.yml
233233
# Development directories
234234
nk_scripts/
235235
python-recipes/context-engineering/notebooks_archive/
236+
237+
# Personal development files (keep locally, not in git)
238+
python-recipes/agents/02_full_featured_agent-Copy1.ipynb
239+
python-recipes/vector-search/01_redisvl-nk.ipynb
240+
python-recipes/vector-search/08_vector_algorithm_benchmark.ipynb
241+
python-recipes/vector_search.py

0 commit comments

Comments
 (0)