From 6f904215853a10fd553410d188fd66a830183101 Mon Sep 17 00:00:00 2001 From: Guilherme Pires Date: Tue, 13 Feb 2024 20:40:26 -0700 Subject: [PATCH] ignore pycache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b9922d9..ea8a19c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ vite.config.js.timestamp-* vite.config.ts.timestamp-* public/debates/media/*.mp4 public/debates/media/*.ts +__pycache__