# 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

# Don't include the generated styles.css file in the repo.
# It's built from source files in styles/ directory during CI/build process.
styles.css

# Exclude sourcemaps
*.map

# obsidian
data.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store
._*
obsidian-developer-docs/
.claude

# Exclude video files
*.mp4
*.avi
*.mov
*.mkv
*.webm
*.flv
*.wmv
CLAUDE.md
coverage

# Documentation planning files
documentation-images-needed.md
plans

# Project planning files
project
webhook*.log


# Exclude local test vaults and e2e cache artifacts
external/tasknotes-e2e/.e2e/
C/
.copy-files.local
.augment
# Test output files
jest-out.txt
BASES_API_DOCUMENTATION.md
OBSIDIAN-SERVER-README.md
