First commit
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 캐시 및 임시 파일 무시
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
**/**/__pycache__/
|
||||
*.py[cod]
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
|
||||
# 로그/업로드 디렉토리 무시
|
||||
logs/
|
||||
cached/
|
||||
Reference in New Issue
Block a user