Initial Commit

This commit is contained in:
kossLAN 2026-06-06 23:08:48 -04:00
commit 0534f88f70
No known key found for this signature in database
14 changed files with 5590 additions and 0 deletions

42
.gitignore vendored Normal file
View file

@ -0,0 +1,42 @@
# Dependencies
node_modules/
# Astro build and type caches
.astro/
dist/
# Local package-manager and tool caches
.cache/
.pnpm-store/
# Environment overrides
.env
.env.*
!.env.example
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# Nix shell helpers
.direnv/
result
result-*
# Release and sync scratch space
_wry/
.release-tmp/
# Generated by scripts/sync-specs.mjs
public/spec/
src/content/docs/index.md
src/content/docs/reference/
# OS/editor noise
.DS_Store
Thumbs.db
*.swp
*.swo