chore: add .gitignore

This commit is contained in:
2026-05-03 12:57:34 -05:00
parent 1952bf50d9
commit 3067141e5d

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
*.pyc
__pycache__/
*.egg-info/
.pytest_cache/
*.map
.env
.venv/