1
0

Updated .gitignore

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

18
.gitignore vendored
View File

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