Spaces:
Running
Running
Add database files to .gitignore
Browse files- .gitignore +5 -1
.gitignore
CHANGED
@@ -8,4 +8,8 @@ wheels/
|
|
8 |
|
9 |
# Virtual environments
|
10 |
.venv
|
11 |
-
.DS_Store
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
# Virtual environments
|
10 |
.venv
|
11 |
+
.DS_Store
|
12 |
+
|
13 |
+
# Database files (generated dynamically)
|
14 |
+
data/health_data.db
|
15 |
+
*.db
|