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

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# RAG Module - Exclude sensitive and large data
/keys/
/sync/
/cache/
/models/
/data/
/qdrant-data/
/sessions/
*.key
*.encrypted
*.db
*.sqlite
*.sqlite3

# Configuration files
config.local.yaml
config.local.toml
.env
.env.local
.env.*.local

# Test directories
/test-*/
/example-*/

# Build artifacts
/dist/
/build/
/out/

# Logs
*.log
logs/

# Temporary files
tmp/
temp/
.tmp/

# Node.js (if any JS tools are used)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python (if any Python tools are used)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Large model files
*.bin
*.onnx
*.pt
*.pth
*.safetensors
*.h5
*.tflite

# Documentation build
/docs/build/
/docs/_build/

# Coverage reports
tarpaulin-report.html
coverage.lcov
*.profraw