From ee45ae7f4dc19b87ed1650588fe4fee8d084486c Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Sat, 9 Nov 2024 06:06:04 -0600 Subject: [PATCH] chore: add Python byte compiled files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5ecb341..2e6843d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ # Folder view configuration files .DS_Store Desktop.ini + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod]