mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init install mode
This commit is contained in:
parent
687f7b2116
commit
056365dac9
21 changed files with 1230 additions and 6 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue