From 609d405cfc319f72720ffff2f1acd83c4d77a4e2 Mon Sep 17 00:00:00 2001 From: Xander Harris Date: Thu, 29 Aug 2024 08:57:32 -0700 Subject: [PATCH] Update ignore, rc, vscode Closes #98 --- .envrc | 2 ++ .gitignore | 2 ++ .vscode/settings.json | 8 -------- 3 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.envrc b/.envrc index a11e651..48bbcd6 100644 --- a/.envrc +++ b/.envrc @@ -5,6 +5,8 @@ if [ -f ~/.gnupg/github/sentry_dsn.gpg ]; then export SENTRY_DSN fi +GNUPGHOME="$(pwd)/.gnupg" PIPENV_VENV_IN_PROJECT=1 +export GNUPGHOME export PIPENV_VENV_IN_PROJECT diff --git a/.gitignore b/.gitignore index d0d45f9..dfbb6eb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ results.* build/ *.ipynb* _build/ +.gnupg/ +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 082edaf..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "python.linting.pylintEnabled": false, - "python.linting.pylamaEnabled": true, - "python.linting.enabled": true, - "editor.renderWhitespace": "all", - "python.formatting.provider": "autopep8", - "restructuredtext.confPath": "${workspaceFolder}/docs/source" -} \ No newline at end of file