mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-14 09:50:12 +00:00
14 lines
150 B
Plaintext
14 lines
150 B
Plaintext
# python testing cache
|
|
__pycache__
|
|
.venv
|
|
|
|
# django testing
|
|
backend/static
|
|
backend/.env
|
|
|
|
# vscode custom conf
|
|
.vscode
|
|
|
|
# JavaScript stuff
|
|
node_modules
|