🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-07-17 16:12:52 +02:00
parent 1e50de00a2
commit 4e5254c464

20
.gitignore vendored Normal file
View File

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