mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-10-31 17:30:12 +00:00
13 lines
136 B
Plaintext
13 lines
136 B
Plaintext
# python testing cache
|
|
__pycache__
|
|
.venv
|
|
|
|
# django testing db
|
|
db.sqlite3
|
|
|
|
# vscode custom conf
|
|
.vscode
|
|
|
|
# JavaScript stuff
|
|
node_modules
|