36 lines
551 B
Plaintext
36 lines
551 B
Plaintext
# Python
|
|
#.env
|
|
#.env.local
|
|
#.env.*.local
|
|
venv/
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
|
|
.pytest_cache/
|
|
.dependencygraph/
|
|
.ruff_cache/
|
|
|
|
# Node / Frontend (루트 기반 구조)
|
|
node_modules/
|
|
node_modules/
|
|
config/node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
instance/
|
|
# Storage (물리 산출물)
|
|
storage/projects/*/processed/*.json
|
|
storage/projects/*/processed/*.png
|
|
storage/projects/*/exports/*.json
|
|
storage/
|
|
log/
|
|
#.claude
|
|
|
|
# 구형 코드 백업 (참고용, 빌드 제외)
|
|
0_old/
|
|
|
|
# 신규 백업
|
|
storage/
|
|
|
|
# 시스템 리소스 로그 (런타임 생성, 1개월 롤링)
|
|
log/
|