streamd/.gitignore
Konstantin Fickel 4116a7042d
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m32s
Continuous Integration / Build Package (push) Successful in 3m0s
refactor: rewrite in rust
2026-03-29 18:23:21 +02:00

24 lines
191 B
Text

# 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