Update .gitignore to include environment variable files with wildcard support

This commit is contained in:
tanyar09 2026-03-27 13:07:13 -04:00
parent 4f50cfac3c
commit 3a827cd0f8

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.assets
.env
.env.*
*.pyc
dist/
build/