Add .gitignore (pycache, venv, .env)
All checks were successful
build-and-deploy / build (push) Successful in 3m18s

This commit is contained in:
sirius0xdev 2026-07-07 18:46:06 -04:00
parent 17d39cf622
commit 0b344760dc
No known key found for this signature in database

5
.gitignore vendored
View file

@ -1 +1,6 @@
__pycache__/ __pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env