From 7439005ed7bcd738f26ac7ded4cf4aadfcd52376 Mon Sep 17 00:00:00 2001 From: Alex Bezdieniezhnykh Date: Wed, 15 Jan 2025 17:00:05 +0200 Subject: [PATCH] gitignore python compiled and debug files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d52b05a..b397deb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ obj log*.txt secured-config build -venv \ No newline at end of file +venv +*.c +*.pyd +cython_debug* \ No newline at end of file