From 2dca2210d9bbaa990c8f1243e98b8c2bfc961a4c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 27 Jun 2022 23:39:23 +0000 Subject: [PATCH] Ignore build in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a224f01..32032d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .venv +build *.db __pycache__/ *.py[cod]