Add .gitignore

This commit is contained in:
Leo Vasanko
2025-11-06 10:52:23 -06:00
parent ea066e101d
commit c8fe16d21f

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.*
*.lock
*.egg-info
/dist
/pyaegis/build
__pycache__