Initial commit

This commit is contained in:
Forairaaaaa
2025-08-05 12:14:36 +08:00
committed by GitHub
commit f072c27c30
7 changed files with 464 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# MacOS desktop metadata files
.DS_Store
# Build files
build/
cmake-build-*/
managed_components/
# PlatformIO
.pio/
# VSCode
.vscode/
.cache/
# Python virtual environment
.venv/
# Debug / Release files
Debug/
debug/
Release/
release/
out/
bin/
obj/
*.code-workspace