From 0a845f9913fad22bdf68b62331fa8538399bb1e5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 31 Aug 2025 23:39:22 +0300 Subject: [PATCH] Build(git): Ignore compiled Python byte-code files --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..539da74 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.py[co] -- 2.39.5