initial commit

- Added basic structure so tests won't error
This commit is contained in:
2025-09-21 17:00:51 -04:00
commit 75a5e06077
7 changed files with 461 additions and 0 deletions

14
.glimpse Normal file
View File

@@ -0,0 +1,14 @@
exclude = [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/target/**",
"**/node_modules/**",
"**/dist/**",
"**/build/**",
]
max_size = 10485760
max_depth = 20
output = "both"
hidden = false
no_ignore = false