patx/micropie
remove test files from new example chatroom app (socketio). we plan to change the old basic chatroom app to show built in websockets instead of socketio
Commit 4f8f196 · patx · 2025-05-28T22:54:33-04:00
Comments
No comments yet.
Diff
diff --git a/examples/chatroom/__pycache__/app.cpython-312.pyc b/examples/chatroom/__pycache__/app.cpython-312.pyc
deleted file mode 100644
index 4ef8034..0000000
Binary files a/examples/chatroom/__pycache__/app.cpython-312.pyc and /dev/null differ
diff --git a/examples/chatroom/__pycache__/kenobi.cpython-312.pyc b/examples/chatroom/__pycache__/kenobi.cpython-312.pyc
deleted file mode 100644
index 92a11ac..0000000
Binary files a/examples/chatroom/__pycache__/kenobi.cpython-312.pyc and /dev/null differ
diff --git a/examples/chatroom/chat.db b/examples/chatroom/chat.db
deleted file mode 100644
index 58ba8ee..0000000
Binary files a/examples/chatroom/chat.db and /dev/null differ
diff --git a/examples/chatroom/chat.db-shm b/examples/chatroom/chat.db-shm
deleted file mode 100644
index 92450e0..0000000
Binary files a/examples/chatroom/chat.db-shm and /dev/null differ
diff --git a/examples/chatroom/chat.db-wal b/examples/chatroom/chat.db-wal
deleted file mode 100644
index f0890e1..0000000
Binary files a/examples/chatroom/chat.db-wal and /dev/null differ