grlll commited on
Commit
b103a10
·
1 Parent(s): 04a255f

Add database files to .gitignore

Browse files
Files changed (1) hide show
  1. .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