mirror of
https://github.com/encounter/decomp.me.git
synced 2026-03-30 11:06:27 -07:00
50a2b836b9
* Migrate from poetry/black to uv/ruff * fixes * path change * path pt 2 * ah * mkst tweaks (#1674) * mkst tweaks * tweaks++ * doh * tweak harder --------- Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com>
28 lines
360 B
Plaintext
28 lines
360 B
Plaintext
__pycache__
|
|
*.pyc
|
|
node_modules
|
|
build
|
|
.snowpack
|
|
backend/local_files/
|
|
backend/media/
|
|
backend/virtualenvs/
|
|
backend/docker.dev.env
|
|
pgdump/
|
|
postgres/
|
|
sandbox/
|
|
*.db
|
|
.DS_Store
|
|
.env.*
|
|
docker.prod.env
|
|
*.log
|
|
/frontend/*.tsbuildinfo
|
|
/frontend/.next
|
|
/frontend/.cache
|
|
/frontend/cache
|
|
/frontend/public/sw.*
|
|
/frontend/public/workbox-*
|
|
.vercel
|
|
send_update.py
|
|
update.sh
|
|
.venv/
|