Files
website/.gitignore
2026-03-29 00:03:04 +09:00

18 lines
187 B
Plaintext

# 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__