Initial commit

This commit is contained in:
2026-03-19 00:48:29 -04:00
commit 2a3c172eeb
58 changed files with 1060 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# Compiled class files
*.class
# Log files
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# Maven target folder
/target/
# Gradle build folder
/build/
# Eclipse
.classpath
.project
.settings/
bin/
# IntelliJ IDEA
.idea/
*.iml
*.iws
out/
# VS Code
.vscode/
# NetBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# Mac
.DS_Store
# Linux
*~