Migrate to Gitea

This commit is contained in:
2025-04-17 15:53:45 -06:00
parent da86957915
commit 7a0b0cd465
46 changed files with 6083 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Compiled binary
*.exe
*.dll
*.so
*.dylib
# Rust/Cargo specific files
/target/
**/target/
# Build artifacts
*.rlib
# Generated by Cargo
Cargo.lock
# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*.swn
*.bak
*.tmp
# Logs
*.log
# Other
.DS_Store
Thumbs.db