grlll's picture
Add database files to .gitignore
b103a10
raw
history blame
185 Bytes
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.DS_Store
# Database files (generated dynamically)
data/health_data.db
*.db