# vscode
.vscode 

# Intellij
*.iml
.idea

# npm
node_modules

# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js

# Exclude sourcemaps
*.map

# obsidian
data.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store

# API 설정 파일 (개인 정보 포함)
api-config.json
config.local.json

# Obsidian 개발자 문서 참조용 (빌드에서 제외)
docs-reference/

# 임시 참조 리포지토리 (분석용, 빌드에서 제외)
temp-reference/

# 로그 파일들 (개발용, 빌드에서 제외)
log/
