diff --git a/.gitignore b/.gitignore
index a67d0b9..18f2815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -296,7 +296,8 @@ __pycache__/
.claude/worktrees/
# Environment Secrets
-**/environment
+**/environment/*
+!**/environment/*.example.json
**/appsettings.Development.json
# local sqlite files
diff --git a/DeepDrftAPI/DeepDrftAPI.csproj b/DeepDrftAPI/DeepDrftAPI.csproj
index d05cdda..df7b2df 100644
--- a/DeepDrftAPI/DeepDrftAPI.csproj
+++ b/DeepDrftAPI/DeepDrftAPI.csproj
@@ -10,6 +10,7 @@
+