Update .gitignore to exclude Python cache files

Co-authored-by: Genaker <9213670+Genaker@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-10 08:52:08 +00:00
parent 8c4d5267b0
commit 6742926910
2 changed files with 21 additions and 1 deletions
+21 -1
View File
@@ -3,4 +3,24 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
out/*
out/*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# IDEs
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
Binary file not shown.