First commit

This commit is contained in:
2025-09-03 11:20:46 +09:00
commit 86f6a6f1fe
20 changed files with 873 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# 캐시 및 임시 파일 무시
__pycache__/
**/__pycache__/
**/**/__pycache__/
*.py[cod]
.ruff_cache/
.pytest_cache/
# 로그/업로드 디렉토리 무시
logs/
cached/