Add .gitignore file to ignore Python cache and egg-info directories

This commit is contained in:
2024-01-22 10:43:30 -05:00
parent 9dd2b69a54
commit 002fb191f4
+2
View File
@@ -0,0 +1,2 @@
__pycache__/**
**.egg-info/**