From e4f11936889bd0dfae3a4014fe885dcd5a539f5e Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Fri, 23 Aug 2024 13:23:23 -0700 Subject: [PATCH] gitignore: add apicache used by the deploy script --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e7f9223..557121cd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ throttle.ctrl user-* venv/ logs/ -apicache-py3/ \ No newline at end of file +apicache-py3/ +apicache/ \ No newline at end of file