1
0

Updated standard Python setup

This commit is contained in:
Jon Michael Aanes 2024-05-29 20:30:19 +02:00
parent f72bbe2530
commit 94c6004db5

18
.gitignore vendored
View File

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