Files
mwy/.gitignore
flowerstonezl c90b10cd5a first commit
2026-05-11 19:34:35 +08:00

11 lines
169 B
Plaintext

backend/.venv/
backend/__pycache__/
backend/**/__pycache__/
backend/db.sqlite3
backend/media/
backend/staticfiles/
frontend/node_modules/
frontend/dist/
*.log
.DS_Store