From 1779e9e356633bd118e094d8bd784d9150807b72 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Wed, 11 Feb 2026 07:37:40 -0800 Subject: [PATCH] remove __pycache__ dir and updated gitignore --- .gitignore | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.gitignore b/.gitignore index 1f6427b..7f860a0 100644 --- a/.gitignore +++ b/.gitignore @@ -219,32 +219,3 @@ rust-project.json # Created by https://www.toptal.com/developers/gitignore/api/python # Edit at https://www.toptal.com/developers/gitignore?templates=python - -### Python ### -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST