first commit

This commit is contained in:
2026-03-13 04:07:50 +09:00
commit daf29a36be
8 changed files with 5630 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
upbit_db_init.py
# Virtual environments
.venv
.env
.backup
# Environment variables
.env
*.log
*.json
*.db