chore: initialize project scaffold with gitignore, Makefile, pyproject.toml, and rchat package skeleton

This commit is contained in:
2024-12-05 18:34:58 +00:00
commit 9d82613c66
18 changed files with 460 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.vscode
rchat.db*
config.py
.venv
.history
__pycache__