mirror of
https://github.com/decompme/decomp.me.git
synced 2026-05-03 13:31:06 -05:00
36d1f1d706
* Trying to set up poetry * oops * mypy python 3.9 * mark * blah * attempt to fix stuff * . * fixies * try winders again * doqqer * tomorrow for sure! * attempt to install poetry as user * help * docker fix? * ? * try thing * oh god * the path to victory * meowp * srob * try to do it manually on windows, install on docker * try to do it manually on windows, install on docker: the sequel * winders * drf extensions * winders 2 * use pip to install poetry on winders * execute 'poetry install' at runtime, same as yarn install (#377) Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com>
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
__pycache__
|
|
*.pyc
|
|
node_modules
|
|
build
|
|
.snowpack
|
|
local_files/
|
|
backend/local_files/
|
|
backend/virtualenvs/
|
|
postgres/
|
|
sandbox/
|
|
*.db
|
|
.DS_Store
|
|
.env.*
|
|
*.log
|
|
/frontend/.next
|
|
/frontend/.cache
|
|
/frontend/cache
|
|
/frontend/public/sw.*
|
|
/frontend/public/workbox-*
|
|
/frontend/storybook-static
|
|
.vscode/launch.json
|