init: publish public repository

This commit is contained in:
geoffsee
2025-08-14 16:12:46 -04:00
commit d466c33bfd
17 changed files with 3510 additions and 0 deletions

19
.aiignore Normal file
View File

@@ -0,0 +1,19 @@
# An .aiignore file follows the same syntax as a .gitignore file.
# .gitignore documentation: https://git-scm.com/docs/gitignore
# you can ignore files
.DS_Store
*.log
*.tmp
# or folders
dist/
build/
out/
# Additions to defaults
project-docs/METHOD.md
.idea/
.junie/
target/