mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
0e39e0ff71
- Add Khoj in Obsidian Demo - Update Interfaces Screenshot to include Obsidian Plugin Screenshot - Update .gitignore to ignore obsidian plugin ignorelist Section the .gitignore for better readability - Update the Setup, Usage instructions to include information about the Obsidian plugin
37 lines
517 B
Text
37 lines
517 B
Text
# Khoj artifacts
|
|
*.gz
|
|
*.pt
|
|
src/.data
|
|
tests/data/models
|
|
tests/data/embeddings
|
|
|
|
# External app artifacts
|
|
__pycache__
|
|
.DS_Store
|
|
.emacs.desktop*
|
|
*.py[cod]
|
|
.vscode
|
|
|
|
# Build artifacts
|
|
/src/interface/web/images
|
|
/build/
|
|
/dist/
|
|
/khoj_assistant.egg-info/
|
|
/config/khoj*.yml
|
|
.pytest_cache
|
|
khoj.log
|
|
|
|
# Obsidian plugin artifacts
|
|
# ---
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled obsidian main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|