tubearchivist/.gitignore

14 lines
147 B
Plaintext

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