Daryl Lim Claude Opus 4.6 commited on
Commit
9affc06
·
1 Parent(s): 2cbad7c

chore: add docs/ to .gitignore

Browse files

Exclude local design plans and working documents from version control.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -9,6 +9,9 @@ __pycache__/
9
  # Linting
10
  .ruff_cache/
11
 
 
 
 
12
  # IDE / OS
13
  .DS_Store
14
  .ipynb_checkpoints/
 
9
  # Linting
10
  .ruff_cache/
11
 
12
+ # Docs
13
+ docs/
14
+
15
  # IDE / OS
16
  .DS_Store
17
  .ipynb_checkpoints/