Frist commit

This commit is contained in:
2026-07-19 23:04:16 +09:00
commit f093d41f60
33 changed files with 4077 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 20260719 tak created gitignore
.DS_Store
# backend
/backend/.venv
/backend/__pycache__
/backend/**/__pycache__
/backend/logs
/backend/uploads/*
!/backend/uploads/.gitkeep
/backend/_sample
/backend/.cache
/backend/.idea
# frontend
/frontend/node_modules
/frontend/dist
/frontend/.idea
# postgres
/postgres
# large mailbox drops (optional local folder)
/incoming