chore: 프로젝트 초기 설정 및 의존성 추가

Made-with: Cursor
This commit is contained in:
21in7
2026-03-01 12:48:03 +09:00
commit 60b0e01a01
5 changed files with 25 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.env
__pycache__/
*.pyc
.pytest_cache/
logs/
*.log
.venv/
venv/