Python files added

This commit is contained in:
ngb 2022-11-28 09:09:58 +01:00
parent 912f68c58f
commit 135af10729
2 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -48,3 +48,11 @@ gradle-app.setting
# Cache of project
.gradletasknamecache
# Python mkdocs
.venv
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

0
docs/quickstart.md Normal file
View File