# Rust build artifacts
/target/

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

# OS
.DS_Store
Thumbs.db

# Nix
.direnv
result
result-*

# Test artifacts
*.profraw
*.profdata

.pre-commit-config.yaml
