diff --git a/apps/ml-service/.gitignore b/apps/ml-service/.gitignore index 808386f..6e37796 100644 --- a/apps/ml-service/.gitignore +++ b/apps/ml-service/.gitignore @@ -1,2 +1,3 @@ .venv/ -__pycache__/ \ No newline at end of file +__pycache__/ +target/ \ No newline at end of file