chore: add rust stuff to gitignore

This commit is contained in:
Maze Winther 2025-09-07 13:29:36 +02:00
parent f5c8a6cf0d
commit 41447bf9d4
1 changed files with 7 additions and 1 deletions

8
.gitignore vendored
View File

@ -31,4 +31,10 @@ bun.lockb
apps/transcription/__pycache__
apps/transcription/env
apps/bg-remover/env
apps/bg-remover/env
# Rust
/target
Cargo.lock
apps/core/target/
apps/core/pkg/