bundle: update (2026-01-18)
This commit is contained in:
26
extensions/km-hatch/.gitignore
vendored
Normal file
26
extensions/km-hatch/.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Ignore anything that starts with a dot
|
||||
.*
|
||||
|
||||
# But don't ignore .gitignore itself
|
||||
!.gitignore
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
eggs/
|
||||
.eggs/
|
||||
|
||||
# IDE
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user