Ignore several IDEs

This commit is contained in:
Spotlight 2024-09-23 22:10:27 -05:00
parent b18e3650e8
commit 989cc348d0
No known key found for this signature in database
GPG Key ID: 874AA355B3209BDC

4
.gitignore vendored
View File

@ -5,6 +5,10 @@
venv/
__pycache__/
# IDEs
.vscode/
.idea/
# Private
private*.*
private*/