Initial WEHAGO_DB project setup

This commit is contained in:
YJKIM
2026-04-23 11:07:38 +09:00
commit 3b7cf5d763
9 changed files with 206 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.env
.env.*
!.env.example
# Local data and exports
data/
*.db
*.sqlite
*.sqlite3
*.xlsx
*.xlsm
*.csv
# IDE and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db