codebase-ash 0.1.0

Fast, offline semantic code search tool powered by tree-sitter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Rust build artifacts
/target
Cargo.lock
.cargo/

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db