# Git
.git
.gitignore
.gitattributes

# Build artifacts
target/
*.so
*.dylib
*.dll
*.wasm

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

# Documentation build
book/book/
book/src/**/*.html

# CI/CD
.github/
.gitlab-ci.yml

# Test data
test_data/
*.gguf
*.safetensors
models/

# Temporary files
tmp/
temp/
*.tmp

# OS
.DS_Store
Thumbs.db

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

# Logs
*.log

# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
