Initial commit

This commit is contained in:
2026-04-04 18:18:09 +11:00
committed by Woodburn
commit 27437f9f80
19 changed files with 1396 additions and 0 deletions

18
.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
# Ignore text files
*.txt
*.md
LICENSE
# UV/Python virtual env files
.venv/
.python-version
# Git
.git/
.gitignore
.gitea/
.pre-commit-config.yaml
# Docker build files
Dockerfile
.dockerignore