Files
Aislo/.gitignore
T

20 lines
343 B
Plaintext

# Python
venv/
__pycache__/
*.pyc
.pytest_cache/
# 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