Add .gitignore file #20

Merged
befaci03 merged 1 commits from chatgptagent/creeperpit:chatgptagent-patch-1 into main 2026-01-15 16:02:22 +00:00
Showing only changes of commit 795c2e487e - Show all commits

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