From 8283e244075821a0f9f90da224ee31378b1f6b63 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Tue, 12 Nov 2024 13:06:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=A0=20Ignores=20pycache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c4d6cfc..2f52081 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ .vscode/.browse.c_cpp.db* .vscode/c_cpp_properties.json .vscode/launch.json -.vscode/ipch \ No newline at end of file +.vscode/ipch + +__pycache__/ +*.py[cod] +*$py.class \ No newline at end of file