figbert.com-gemini

[ACTIVE] the capsule and home of figbert in geminispace
git clone git://git.figbert.com/figbert.com-gemini.git
Log | Files | Refs | README

commit 0060df96a5a17aad21b30eef4e01faa891f1746d
parent 074768ea2ab9bd101030d74c5d7becccbef7541d
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 12 Apr 2021 23:27:58 -0700

Add python .venv directory to ignore files

Diffstat:
M.dockerignore | 1+
M.gitignore | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.dockerignore b/.dockerignore @@ -2,4 +2,5 @@ .gitignore README.md .DS_Store +.venv diff --git a/.gitignore b/.gitignore @@ -1,2 +1,3 @@ .DS_Store +.venv