Initial commit

This commit is contained in:
2025-01-29 01:25:06 +00:00
commit 4185bd18d5
4 changed files with 28 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# mdBook output
/book
# IDE/Editor specific
.vscode/
*.code-workspace
*.sublime-project
*.sublime-workspace
.idea/
# OS generated files
.DS_Store
Thumbs.db
# Rust build artifacts (if applicable)
target/
# Node.js modules (if applicable)
node_modules/