Files
tubearchivist/.gitignore
2024-07-17 19:09:31 +02:00

14 lines
147 B
Plaintext

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