# Ignore compiled binaries and temp files
*.exe
*.out
*.o
*.a

# Ignore Go build artifacts
bin/
pkg/
vendor/

# Ignore git files
.git
.gitignore
