mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-14 18:00:13 +00:00
14 lines
147 B
Plaintext
14 lines
147 B
Plaintext
# python testing cache
|
|
__pycache__
|
|
.venv
|
|
|
|
# django testing
|
|
**/static/volume
|
|
**/.env
|
|
|
|
# vscode custom conf
|
|
.vscode
|
|
|
|
# JavaScript stuff
|
|
node_modules
|