tubearchivist/.gitignore

12 lines
130 B
Plaintext

# python testing cache
__pycache__
# django testing db
db.sqlite3
# vscode custom conf
.vscode
# JavaScript stuff
node_modules