This repository has been archived on 2026-04-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
website/.gitignore
T
2026-04-19 11:33:11 +09:00

19 lines
218 B
Plaintext

# Database files
databases/*.db
databases/hsts_preload_cache/*
# Log files
logs/*.log
logs/**/*.log
logs/**/*.txt
# macOS
.DS_Store
*/.DS_Store
**/.DS_Store
# Python's Cache
__pycache__
*/__pycache__
**/__pycache__