initial commit

This commit is contained in:
2026-07-01 22:38:29 -06:00
commit 9302ad8dce
1662 changed files with 140758 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
/target
/classes
/checkouts
profiles.clj
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
/.prepl-port
.hgignore
.hg/
node_modules/
build/
# shadow-cljs compilation outputs and cache
.shadow-cljs/
public/js/compiled/
target/
# Node dependencies
node_modules/
# Editor and IDE configurations
.calva/
.cpcache/
.lsp/
.idea/
*.iml
.vscode/
# Environment and sensitive data
.env
.env.*.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode
.lsp/*
.clj-kondo/*
.calva/*