Initial VimKit extraction

This commit is contained in:
2026-07-11 16:12:25 -04:00
commit 12c4e5cae0
22 changed files with 3267 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python bytecode and caches
__pycache__/
*.py[oc]
*.pyd
*.pyo
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Build artifacts
build/
dist/
wheels/
*.egg-info
site/
# Virtual environments
.venv
venv/
# Editors and local tooling
.DS_Store
.idea/
.vscode/
# uv and local Python state
.python-version