From 4ddc32c848bf3b3fbe4197479c633b8b962ecfae Mon Sep 17 00:00:00 2001 From: hironow Date: Sun, 10 Mar 2024 15:46:59 +0900 Subject: [PATCH] update --- .gitignore | 1 + .python-version | 1 + dump/Brewfile | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .python-version diff --git a/.gitignore b/.gitignore index 0637bbb..62185ac 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Brewfile.lock.json venv __pycache__ private/ +.envrc diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..9ac3804 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.11.5 diff --git a/dump/Brewfile b/dump/Brewfile index dff9b3c..52c4bca 100644 --- a/dump/Brewfile +++ b/dump/Brewfile @@ -237,7 +237,6 @@ vscode "github.codespaces" vscode "github.copilot" vscode "github.copilot-chat" vscode "github.copilot-labs" -vscode "github.heygithub" vscode "github.remotehub" vscode "github.vscode-github-actions" vscode "github.vscode-pull-request-github" @@ -255,6 +254,7 @@ vscode "hridoy.rails-snippets" vscode "humao.rest-client" vscode "ics.japanese-proofreading" vscode "idered.npm" +vscode "iterative.dvc" vscode "j4ng5y.charactercount" vscode "jacano.vscode-pnpm" vscode "jallen7usa.vscode-cue-fmt"