chore: Update .gitignore and remove Python version file

This commit is contained in:
2026-05-24 09:54:11 +05:30
parent 5a68dc31dc
commit 744e12a926
2 changed files with 54 additions and 10 deletions

63
.gitignore vendored
View File

@@ -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

View File

@@ -1 +0,0 @@
3.12