docs: adicionar README.md e melhorar .gitignore

This commit is contained in:
2026-06-22 21:15:17 +01:00
parent 66b833b7ac
commit 6fd5b82941
2 changed files with 73 additions and 0 deletions
+16
View File
@@ -1,2 +1,18 @@
# Rust
target/
**/*.rs.bk
*.pdb
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
# Database (runtime)
*.db