2023-01-04 21:42:53 +00:00
|
|
|
# Khoj artifacts
|
|
|
|
*.gz
|
|
|
|
*.pt
|
|
|
|
tests/data/models
|
|
|
|
tests/data/embeddings
|
|
|
|
|
|
|
|
# External app artifacts
|
2021-08-16 05:52:37 +00:00
|
|
|
__pycache__
|
2021-09-30 11:35:22 +00:00
|
|
|
.DS_Store
|
2021-10-02 23:17:33 +00:00
|
|
|
.emacs.desktop*
|
2022-08-03 18:49:36 +00:00
|
|
|
*.py[cod]
|
2021-11-26 19:51:11 +00:00
|
|
|
.vscode
|
2023-03-14 23:44:16 +00:00
|
|
|
.env
|
|
|
|
.venv/*
|
2023-09-06 19:04:18 +00:00
|
|
|
todesktop.json
|
2023-01-04 21:42:53 +00:00
|
|
|
|
|
|
|
# Build artifacts
|
2023-02-14 20:50:51 +00:00
|
|
|
/src/khoj/interface/web/images
|
2022-08-02 19:26:31 +00:00
|
|
|
/build/
|
|
|
|
/dist/
|
2023-02-14 20:50:51 +00:00
|
|
|
khoj_assistant.egg-info
|
2022-08-03 09:06:55 +00:00
|
|
|
/config/khoj*.yml
|
2022-09-04 14:19:22 +00:00
|
|
|
.pytest_cache
|
2023-01-04 21:42:53 +00:00
|
|
|
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.
|
2023-09-06 19:04:18 +00:00
|
|
|
src/interface/obsidian/main.js
|
2023-01-04 21:42:53 +00:00
|
|
|
|
|
|
|
# Exclude sourcemaps
|
|
|
|
*.map
|
|
|
|
|
|
|
|
# obsidian
|
|
|
|
data.json
|