refactor code layout, move config to .env, add pyproject.toml
This commit is contained in:
parent
b874b989bf
commit
71f7bd1a3b
51 changed files with 64 additions and 41 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -4,8 +4,8 @@ __pycache__/
|
|||
uploads/
|
||||
*.pyc
|
||||
**~
|
||||
**/.*.swp
|
||||
**/__pycache__/
|
||||
.*.swp
|
||||
__pycache__/
|
||||
venv
|
||||
.env
|
||||
.venv
|
||||
|
|
@ -15,3 +15,6 @@ conf/
|
|||
config/
|
||||
\#*\#
|
||||
.\#*
|
||||
node_modules/
|
||||
alembic.ini
|
||||
**.egg-info
|
||||
Loading…
Add table
Add a link
Reference in a new issue