## ======== Personal ========
# Database file
*.db

# Ignore setting file
coconut-leaf.toml

## ======== Python ========
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

