1
0

Updated .gitignore

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

17
.gitignore vendored
View File

@ -1,5 +1,18 @@
# Program specific
/output/
/deps/
/secrets/
/private_deps/
/data/
# Python
__pycache__/
/build/
/dist/
dist
*.egg-info
*.egg-info/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/