Initial commit

This commit is contained in:
2026-05-07 22:45:36 -04:00
commit c45f384fb8
21 changed files with 2727 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Keep the Docker build context lean. The Dockerfile doesn't COPY anything
# from the repo today, so this is mostly defensive — but it also means
# `docker build` doesn't ship gigabytes-of-history (.git) to the daemon as
# the repo grows.
.git
.gitignore
.dockerignore
.claude
docs
*.md