first commit

This commit is contained in:
hayato5246
2026-03-31 19:32:59 +09:00
commit d10b794c9f
78 changed files with 1671595 additions and 0 deletions

25
.dockerignore Normal file
View File

@@ -0,0 +1,25 @@
# 민감 정보
.env
# IDE
.idea/
# 빌드 결과물
stocksearch
stockSearch
*.exe
*.out
# 문서
*.pdf
*.txt
kiwoom_api_doc.*
tasks.md
# Git
.git/
.gitignore
# Docker compose
docker-compose.yml
Caddyfile