refactor: decorators, models and more broken bits
This commit is contained in:
parent
ee70161854
commit
f98a5040ac
69 changed files with 52715 additions and 1018 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,8 +11,10 @@ __pycache__
|
|||
*.egg-info
|
||||
.coverage
|
||||
.pytest_cache
|
||||
.webassets-cache
|
||||
htmlcov
|
||||
Pipfile.lock
|
||||
test-reports
|
||||
|
||||
*.swo
|
||||
*.swp
|
||||
|
|
@ -24,3 +26,5 @@ venv
|
|||
|
||||
*.sqlite3
|
||||
.pyre*
|
||||
|
||||
__bundle__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue