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