🛠️ .gitignore -> Added macOS metadata and private convo folders
parent
3424c01798
commit
b6e4630148
|
@ -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