mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:49:38 +00:00
17 lines
185 B
Plaintext
17 lines
185 B
Plaintext
# python testing cache
|
|
__pycache__
|
|
.venv
|
|
|
|
# django testing
|
|
backend/static
|
|
backend/staticfiles
|
|
backend/.env
|
|
|
|
# vscode custom conf
|
|
.vscode
|
|
|
|
# JavaScript stuff
|
|
node_modules
|
|
|
|
.editorconfig
|