From 736ecdfcf4d9d5edadb16ef6a18e9d5b926d30a3 Mon Sep 17 00:00:00 2001
From: Laurie Voss <github@seldo.com>
Date: Sun, 19 Nov 2023 17:26:25 -0800
Subject: [PATCH] Default .gitignore should ignore .env

---
 templates/types/simple/fastapi/gitignore    | 1 +
 templates/types/streaming/fastapi/gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/templates/types/simple/fastapi/gitignore b/templates/types/simple/fastapi/gitignore
index 069fcb40..a6ad564c 100644
--- a/templates/types/simple/fastapi/gitignore
+++ b/templates/types/simple/fastapi/gitignore
@@ -1,2 +1,3 @@
 __pycache__
 storage
+.env
diff --git a/templates/types/streaming/fastapi/gitignore b/templates/types/streaming/fastapi/gitignore
index 069fcb40..a6ad564c 100644
--- a/templates/types/streaming/fastapi/gitignore
+++ b/templates/types/streaming/fastapi/gitignore
@@ -1,2 +1,3 @@
 __pycache__
 storage
+.env
-- 
GitLab