initial commit
This commit is contained in:
commit
bc15db8153
18 changed files with 1480 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
node_modules/
|
||||
__pycache__/
|
||||
**.pyc
|
||||
**.pyo
|
||||
**.egg-info
|
||||
**~
|
||||
.*.swp
|
||||
\#*\#
|
||||
.\#*
|
||||
alembic.ini
|
||||
.env
|
||||
.env.*
|
||||
.venv
|
||||
env
|
||||
venv
|
||||
venv-*/
|
||||
config/
|
||||
conf/
|
||||
config.json
|
||||
data/
|
||||
build/
|
||||
dist/
|
||||
/target
|
||||
.err
|
||||
.vscode
|
||||
/run.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue