Add .gitignore and remove .env from tracking

This commit is contained in:
Ben
2025-12-24 01:54:51 +00:00
parent 714897276b
commit 7444fb9229

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
__pycache__/
*.py[cod]
*$py.class
.env
.venv/
env/
venv/
ENV/
build/
dist/
*.egg-info/