devcontainer and various tweaks

This commit is contained in:
2026-02-10 21:12:26 -03:00
parent 9d1d1ae96b
commit 9f052d9232
8 changed files with 829 additions and 12 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Dependencies
node_modules/
# pnpm
.pnpm-store/
.pnpm-debug.log*
# Environment and secrets
.env
.env.*
!.env.example
# IDE and editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs and temp
*.log
npm-debug.log*
tmp/
temp/
.cache/
# Local Docker
.docker/
# Build artifacts (if any added later)
dist/
build/
*.local