diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef29fe2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Ignore binary files and executables +*.exe +*.o +*.a + +# Ignore the build directory +/build + +# Ignore any generated or temporary files +*.log +*.pid +*.lock + +# Ignore the vendor directory (if you're using Go modules) +/vendor + +# Ignore the Go binary and cache directories +/bin +/pkg + +# Ignore any editor-specific files or directories +.vscode +.idea +*.sublime-* + +# Ignore configuration files with sensitive information (if applicable) +config.yaml +secrets.json diff --git a/console b/console deleted file mode 100644 index 7fed5f9..0000000 Binary files a/console and /dev/null differ