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