Add .gitignore to keep .env (DB secrets) out of version control

This commit is contained in:
Erol Haagenrud 2026-07-16 07:39:08 +02:00
parent 1b5362201e
commit c0fde0fc16

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.env
__pycache__/
*.pyc