test
This commit is contained in:
+14
-2
@@ -5,6 +5,7 @@
|
||||
venv/
|
||||
**/__pycache__/
|
||||
**/*.pyc
|
||||
__pycache__/
|
||||
|
||||
.pytest_cache/
|
||||
.dependencygraph/
|
||||
@@ -23,8 +24,13 @@ storage/projects/*/processed/*.png
|
||||
storage/projects/*/exports/*.json
|
||||
storage/
|
||||
log/
|
||||
#.claude
|
||||
|
||||
.agent/
|
||||
.agents/
|
||||
.codex/
|
||||
.claude/
|
||||
.dependencygraph/
|
||||
.ruff_cache/
|
||||
.vscode/
|
||||
# 구형 코드 백업 (참고용, 빌드 제외)
|
||||
0_old/
|
||||
|
||||
@@ -33,3 +39,9 @@ storage/
|
||||
|
||||
# 시스템 리소스 로그 (런타임 생성, 1개월 롤링)
|
||||
log/
|
||||
docs/
|
||||
**/*.log
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
vite.config.ts
|
||||
.prettierrc
|
||||
Reference in New Issue
Block a user