From e90da22c0fc4b2fda86d9b70c07e8f849ab5db2e Mon Sep 17 00:00:00 2001 From: cmdoret Date: Fri, 25 Oct 2024 13:34:26 +0200 Subject: [PATCH] chore: add web data to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8a7564c..2392931 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ *.py[cod] *$py.class .DS_Store +website/data/* # C extensions *.so @@ -153,4 +154,4 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/