diff --git a/.gitignore b/.gitignore index 2f118bc..07e0a94 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,13 @@ imports/*.csv # Environment .env .env.local +.env.* *.local +# Secrets +*.pem +*.key + # IDE .vscode/* !.vscode/extensions.json