Add .gitignore file

This commit is contained in:
chatgptagent 2026-01-15 15:43:06 +00:00
parent a4e9f9cd5a
commit 795c2e487e

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# Ignore compiled class files
*.class
# Ignore Maven target directory
target/
# Ignore IntelliJ IDEA project files
.idea/
*.iml
# Ignore Mac OS metadata
.DS_Store