* development_actions007: (49 commits) ... bump version to 1.0.22 add baobab mcp feat: Improve path normalization in `namefix` feat: Improve Qdrant client library test: Skip Jina client for now feat: Remove redundant Jina client code feat: Remove optional age field from Person struct feat: Improve DedupeStore and update tests test: Improve test coverage for fenced code block and list item parsers test: Improve test coverage for paragraph parsing test: Improve test coverage for markdown block parser test: Improve list parsing test cases feat: Improve Markdown parser list and table detection fix: Fix CI feat: Improve RadixTree debugging output refactor: Simplify ContactsDB methods feat: Add calendar VFS implementation feat: Add Contacts VFS module feat: Add contacts database and VFS implementation ... # Conflicts: # .gitignore # lib/clients/qdrant/qdrant_client.v # lib/core/texttools/namefix.v
48 lines
501 B
Plaintext
48 lines
501 B
Plaintext
# Additional ignore files and directories
|
|
Thumbs.db
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
*.out
|
|
# Compiled Python files
|
|
*.pyc
|
|
*.pyo
|
|
__pycache__/
|
|
*dSYM/
|
|
.vmodules/
|
|
.vscode
|
|
_docs/
|
|
vls.*
|
|
vls.log
|
|
node_modules/
|
|
docs/
|
|
vdocs/
|
|
photonwrapper.so
|
|
x
|
|
.env
|
|
myexample
|
|
myexample2
|
|
remote_update_compile_hero
|
|
remote_install_v_hero
|
|
zdb-data
|
|
zdb-index
|
|
.idea/
|
|
.venv/
|
|
.trunk/
|
|
.DS_Store
|
|
.venv/
|
|
dump.rdb
|
|
output/
|
|
*.db
|
|
.stellar
|
|
data.ms/
|
|
test_basic
|
|
cli/hero
|
|
.aider*
|
|
.compile_cache
|
|
compile_results.log
|
|
tmp
|
|
compile_summary.log
|
|
.summary_lock
|
|
.aider*
|