feat: init install mode

This commit is contained in:
swve 2023-07-10 15:05:11 +01:00
parent 687f7b2116
commit 056365dac9
21 changed files with 1230 additions and 6 deletions

10
.gitignore vendored
View file

@ -1,4 +1,3 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -10,9 +9,12 @@ __pycache__/
# Visual Studio Code
.vscode/
# Learnhouse
# Learnhouse
content/*
# Flyio
fly.toml
# Distribution / packaging
.Python
build/
@ -88,7 +90,7 @@ target/
profile_default/
ipython_config.py
# ruff
# ruff
.ruff/
# pyenv
@ -166,4 +168,4 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/