Ubuntu commited on
Commit ·
2f8899c
1
Parent(s): 61704f2
fix: remove binary files from git tracking
Browse files- .gitignore +8 -0
.gitignore
CHANGED
|
@@ -86,3 +86,11 @@ uv.lock
|
|
| 86 |
*.local
|
| 87 |
*.dev
|
| 88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
*.local
|
| 87 |
*.dev
|
| 88 |
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
chroma_db/
|
| 92 |
+
*.db
|
| 93 |
+
*.sqlite
|
| 94 |
+
*.sqlite3
|
| 95 |
+
music_memories.db
|
| 96 |
+
|