# Database files
databases/*.db

# Log files
logs/*.log
logs/**/*.log
logs/**/*.txt

# macOS
.DS_Store
*/.DS_Store
**/.DS_Store

# Python's Cache
__pycache__
*/__pycache__
**/__pycache__
