added exclusions to .gitignore

This commit is contained in:
Stanislas Jouffroy 2025-05-22 22:13:17 +02:00
parent c238b15a6c
commit 709e756e6a

4
.gitignore vendored
View file

@ -1,3 +1,5 @@
.idea .idea
venv venv
.venv .venv
**/__pycache__/
.env