update refactor
This commit is contained in:
parent
01abc7e446
commit
55ad0607f3
39 changed files with 4304 additions and 584 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
|
@ -1,26 +1,27 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.pyc
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Virtual env
|
||||
venv/
|
||||
ENV/
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Log, data
|
||||
*.log
|
||||
*.sqlite3
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# Build
|
||||
/dist/
|
||||
/build/
|
||||
|
||||
# Others
|
||||
*.local
|
||||
Loading…
Add table
Add a link
Reference in a new issue