31 lines
376 B
Plaintext
31 lines
376 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/\n*.pyc\n__pycache__/\ntarget/\nzhiyi-consolidate\nzhiyid-new\ngo/zhiyi-consolidate\ngo/zhiyid-new\n
|