38086-vm/.gitignore
2026-02-11 16:45:13 +00:00

13 lines
115 B
Plaintext

node_modules/
*/node_modules/
*/build/
.env
db.sqlite3
media/
staticfiles/
__pycache__/
*.pyc
.DS_Store
*.log
tmp/