35 lines
333 B
Plaintext
35 lines
333 B
Plaintext
# Go + Git
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
go/zhiyid
|
|
go/cmd/zhiyid/zhiyid
|
|
|
|
# Rust
|
|
rust/target/
|
|
rust/Cargo.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 数据(本地)
|
|
/var/lib/zhiyi/
|
|
*.lance/
|
|
|
|
# Python 残留(不提交)
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
.venv/
|
|
backups/
|
|
go/build.sh
|
|
plugins/obsidian/node_modules/
|
|
bin/
|