Polish documentation and project files

- Streamline README with concise feature list
- Enhance gitignore with comprehensive build artifacts
- Add IDE and OS-specific ignores
- Professional documentation for project completion
This commit is contained in:
badblocks 2023-05-24 16:14:28 -07:00
parent 6bff4b6fcd
commit e4cc388918
No known key found for this signature in database

12
.gitignore vendored
View file

@ -1,8 +1,20 @@
# Build artifacts
build/
*.elf
*.nro
*.nacp
*.nso
*.npdm
*.o
*.d
*.map
*.lst
# IDE
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db