Skip to content

Commit 4bc5fd4

Browse files
committed
Remove development directories from git tracking (keep files locally)
- Remove nk_scripts/ from git (personal development scripts) - Remove notebooks_archive/ from git (old notebook versions) - Add both to .gitignore to prevent future tracking - Files remain available locally for reference
1 parent 266db7e commit 4bc5fd4

29 files changed

+4
-18351
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,7 @@ python-recipes/vector-search/datasets
229229
litellm_proxy.log
230230
litellm_redis.yml
231231
.vscode/
232+
233+
# Development directories
234+
nk_scripts/
235+
python-recipes/context-engineering/notebooks_archive/

0 commit comments

Comments
 (0)