streamd/.gitignore
Konstantin Fickel eb1ca12867
Some checks failed
Continuous Integration / Lint, Check & Test (push) Has been cancelled
Continuous Integration / Build Package (push) Has been cancelled
refactor: rewrite in rust
2026-03-29 18:21:43 +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