1
0
Fork 0

.gitignore

This commit is contained in:
Jon Michael Aanes 2024-03-11 21:34:16 +01:00
parent 2220c31c5f
commit 841f832b32
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
1 changed files with 15 additions and 0 deletions

15
.gitignore vendored Normal file
View File

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