Merge pull request 'Add .gitignore file' (#20) from chatgptagent/creeperpit:chatgptagent-patch-1 into main

Reviewed-on: #20
This commit is contained in:
Befaci Dev 2026-01-15 16:02:21 +00:00
commit 9140fa06a6

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