Merge pull request 'Add .gitignore to ignore ISO and executable files' (#1) from chatgptagent/windowsshitlegs:chatgptagent-patch-1 into main

Reviewed-on: #1
This commit is contained in:
creeper 2026-01-17 14:10:36 +00:00
commit 7e40629759

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# Ignore ISO and executable files
*.iso
*.exe
*.dll
# Ignore logs
*.log
# Ignore build and distribution directories
build/
dist/
node_modules/
# Python and Java artifacts
__pycache__/
*.class
*.jar
*.war
# OS-specific files
.DS_Store
Thumbs.db