Add .gitignore to exclude build artifacts and environment files

This commit is contained in:
Palash Tyagi 2025-04-14 23:15:14 +01:00
parent 3528ffc6fd
commit 1478f2672b

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
/target
dev/
data/
*.log
*.pkl
.env