# 데이터 디렉토리 (DB 데이터, n8n 작업물 등)
**/data/
**/files/
**/binaryData/
**/node_modules/

# 보안 및 인증서
**/.env
**/.env.*
**/secrets/
**/letsencrypt/
**/*.pem
**/*.key
**/.runner

# 시스템 로그
**/*.log
**/*.journal

# OS 관련
.DS_Store
Thumbs.db

# ============WMS=============
# common
*.log
.DS_Store
Thumbs.db

# env / secrets (wms 내부)
/wms/.env
/wms/.env.*
!wms/.env.example
/wms/auth.json

# tools / caches (wms 내부)
/wms/.phpactor.json
/wms/.phpunit.result.cache
/wms/.phpunit.cache/
/wms/bootstrap/cache/*
/wms/storage/*.key
/wms/storage/pail

# IDE (wms 내부)
/wms/.fleet/
/wms/.idea/
/wms/.nova/
/wms/.vscode/
/wms/.zed/

# dependencies / build (wms 내부)
/wms/node_modules/
/wms/vendor/
/wms/public/build/
/wms/public/hot
/wms/public/storage
