diff --git a/.gitignore b/.gitignore index 31d36b92..6a19fa12 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,10 @@ bun.lockb apps/transcription/__pycache__ apps/transcription/env -apps/bg-remover/env \ No newline at end of file +apps/bg-remover/env + +# Rust +/target +Cargo.lock +apps/core/target/ +apps/core/pkg/ \ No newline at end of file