26 lines
410 B
Plaintext
26 lines
410 B
Plaintext
# Python
|
|
venv/
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
.pytest_cache/
|
|
|
|
# Node / Frontend (루트 기반 구조)
|
|
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
config\node_modules
|
|
|
|
# Storage (물리 산출물)
|
|
storage/projects/*/processed/*.json
|
|
storage/projects/*/processed/*.png
|
|
storage/projects/*/exports/*.json
|
|
|
|
#.claude
|
|
.dependencygraph/
|
|
.ruff_cache/
|
|
|
|
# 구형 코드 백업 (참고용, 빌드 제외)
|
|
0_old/
|
|
|
|
# 신규 백업
|
|
storage |