1
0

Updated .gitignore

This commit is contained in:
Jon Michael Aanes 2024-05-28 00:20:24 +02:00
parent bfc6cb5387
commit b36ea23132
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
# Program specific # Program specific
/output/
/deps/ /deps/
/secrets/
/private_deps/ /private_deps/
/data/
# Python # Python
__pycache__/ __pycache__/