after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -111,3 +111,16 @@ dmypy.json
|
|||
*.sqlite3
|
||||
.github
|
||||
.venv
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
.autoenv.zsh
|
||||
.autoenv_leave.zsh
|
||||
.autoenv.*.zsh
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue