From 744e12a926e24809100ce257ee3ca7c9005c6d67 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Sun, 24 May 2026 09:54:11 +0530 Subject: [PATCH] chore: Update .gitignore and remove Python version file --- .gitignore | 63 ++++++++++++++++++++++++++++++++++++++++++------- .python-version | 1 - 2 files changed, 54 insertions(+), 10 deletions(-) delete mode 100644 .python-version diff --git a/.gitignore b/.gitignore index 505a3b1..845cda6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,55 @@ -# Python-generated files -__pycache__/ -*.py[oc] -build/ -dist/ -wheels/ -*.egg-info +# Prerequisites +*.d -# Virtual environments -.venv +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + +# debug information files +*.dwo diff --git a/.python-version b/.python-version deleted file mode 100644 index e4fba21..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.12