🛠️ .gitignore -> Added macOS metadata and private convo folders
parent
dfa301315b
commit
cc5c5dd7d0
|
|
@ -103,3 +103,11 @@ ENV/
|
|||
# mypy
|
||||
.mypy_cache/
|
||||
.vscode/settings.json
|
||||
|
||||
# macOS Finder metadata
|
||||
**/.DS_Store
|
||||
|
||||
# LLM conversations that should remain private
|
||||
docs/conversations/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue