Add git-crypt encryption for .env

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-02-17 12:47:08 -05:00
parent e18c7c2d87
commit eefd7c4554
3 changed files with 1 additions and 1 deletions

BIN
.env Normal file

Binary file not shown.

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
.env filter=git-crypt diff=git-crypt

1
.gitignore vendored
View File

@@ -35,7 +35,6 @@ env/
# Flask # Flask
instance/ instance/
.env
*.db *.db
*.sqlite *.sqlite