mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-07-01 23:01:11 +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
|