1
0

Updated .gitignore

This commit is contained in:
Jon Michael Aanes 2024-05-28 00:19:56 +02:00
parent 6143e6104b
commit fab944b271
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__/
*.egg-info/
.mypy_cache/
/build/
/dist/
*.egg-info/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/