From b380da95c5303c5068b61ba20efa96a0ce96a4be Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 31 May 2026 12:55:37 -0700 Subject: [PATCH] add gitignore --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e009a77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Private shell config +.bash_private +.private +.zsh_private +*.private +*.local +*.secret +*.secrets + +# Environment files +.env +.env.* +!.env.example + +# Shell history +.zsh_history +.bash_history +.python_history +.lesshst +.psql_history +.mysql_history +.sqlite_history + +# SSH / keys / certs +id_rsa +id_ed25519 +*.pem +*.key +*.crt +*.p12 +*.pfx + +# Cloud credentials +.aws/ +.gcp/ +.azure/ +.kube/config + +# macOS / editor junk +.DS_Store +*.swp +*.swo +*~