Files
hyungi_document_server/.gitignore
Hyungi Ahn b7c3040f1a chore: add .env to gitignore (docker-compose variable substitution)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 13:53:23 +09:00

35 lines
328 B
Plaintext

# 인증 정보 (절대 커밋 금지)
credentials.env
.env
# Python
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# 로그
logs/
# 데이터 (법령 다운로드 등)
data/
# macOS
.DS_Store
._*
# IDE
.vscode/
.idea/
# Node.js (frontend, kordoc)
node_modules/
.svelte-kit/
# Docker volumes
pgdata/
caddy_data/