mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-12-27 04:00:14 +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
|