tubearchivist/.gitignore
2024-12-21 09:57:20 +07:00

14 lines
150 B
Plaintext

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