23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Node / Frontend (루트 기반 구조)
|
|
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# 구형 코드 백업 (참고용, 빌드 제외)
|
|
0_old/node_modules/
|
|
0_old/dist/
|
|
|
|
# Storage (물리 산출물)
|
|
storage/projects/*/processed/*.json
|
|
storage/projects/*/processed/*.png
|
|
storage/projects/*/exports/*.json
|