tubearchivist/.gitignore

15 lines
170 B
Plaintext

# python testing cache
__pycache__
.venv
# django testing
backend/static
backend/staticfiles
backend/.env
# vscode custom conf
.vscode
# JavaScript stuff
node_modules