Update .gitignore to include .env and ensure proper newline formatting

This commit is contained in:
JamesTheGiblet 2026-01-07 20:40:04 +00:00
parent 48716ff271
commit 99ef8f5592

4
.gitignore vendored
View file

@ -4,4 +4,6 @@ data/
# Python cache
__pycache__/
*.pyc
*.pyc
.env