Update plotting module .gitignore

This commit is contained in:
moshferatu 2024-12-20 05:33:21 -08:00
parent 2375560149
commit f28822d85f

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.env .env
.venv
*.egg-info/ *.egg-info/
__pycache__/ __pycache__/
build/