docs: add .gitignore, LICENSE, Makefile, README tutorial, example bot, pyproject.toml, and core snekbot modules

This commit is contained in:
2025-02-01 14:58:18 +00:00
commit 6654901f37
15 changed files with 441 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.venv/
__pycache__/
.backup*
.history/
build/
dist/