Add gitignore

This commit is contained in:
2026-04-23 12:17:04 +09:00
parent 6d86113766
commit a7b6f3048c
+14
View File
@@ -0,0 +1,14 @@
.git/
__pycache__/
*.py[cod]
.venv/
venv/
*.log
*.tmp
*.pid
*.db
*.sqlite
*.sqlite3
*.db-journal
*.db-shm
*.db-wal