# Rust
/target/
**/*.rs.bk
*.pdb

# Cargo config (local build settings)
.cargo/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Ignore all hidden folders at any level
.*/ 
**/.*/

# Project specific
/data/
*.log

# Benchmarks
/benches/results/
criterion/

# Testing
/test-repos/

# codesearch database (local index, binary files)
.codesearch.db/
