codefinetuner 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (887) hide show
  1. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/.github/workflows/release.yaml +13 -1
  2. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/.github/workflows/release_test.yaml +14 -2
  3. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/.github/workflows/tests.yaml +12 -1
  4. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/Dockerfile +1 -1
  5. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/PKG-INFO +26 -26
  6. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/README.md +7 -7
  7. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/pyproject.toml +18 -3
  8. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/uv.lock +431 -438
  9. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/.dockerignore +0 -0
  10. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/.gitignore +0 -0
  11. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/.gitmodules +0 -0
  12. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/.python-version +0 -0
  13. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/LICENSE.txt +0 -0
  14. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/config/codefinetuner_config.yaml +0 -0
  15. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/InstallLlamaCpp.png +0 -0
  16. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/code_block.png +0 -0
  17. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/code_file.png +0 -0
  18. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/code_subblock.png +0 -0
  19. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/config-file.md +0 -0
  20. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/inference-vscode.md +0 -0
  21. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/install-nvidia-l4-driver.md +0 -0
  22. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/docs/tree-sitter-customization.md +0 -0
  23. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/requirements.txt +0 -0
  24. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/scripts/backup_finetuned.py +0 -0
  25. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/scripts/decode_dataset.py +0 -0
  26. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/scripts/merge_lora_adapter_and_save.py +0 -0
  27. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/scripts/plot_loss.py +0 -0
  28. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/scripts/save_base_hf_model.py +0 -0
  29. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/scripts/test_ast_parser.py +0 -0
  30. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/scripts/unzip_all_in_directory.py +0 -0
  31. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/__init__.py +0 -0
  32. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/convert/__init__.py +0 -0
  33. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/convert/config.py +0 -0
  34. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/convert/convert_hf_to_gguf.py +0 -0
  35. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/convert/convert_hf_to_gguf.version +0 -0
  36. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/convert/run.py +0 -0
  37. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/__init__.py +0 -0
  38. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/analyze.py +0 -0
  39. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/benchmark.py +0 -0
  40. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/codebleu_shim.py +0 -0
  41. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/config.py +0 -0
  42. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/evaluate.py +0 -0
  43. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/generate.py +0 -0
  44. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/metrics.py +0 -0
  45. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/evaluate/run.py +0 -0
  46. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/finetune/__init__.py +0 -0
  47. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/finetune/config.py +0 -0
  48. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/finetune/model.py +0 -0
  49. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/finetune/run.py +0 -0
  50. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/finetune/train.py +0 -0
  51. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/pipeline.py +0 -0
  52. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/preprocess/__init__.py +0 -0
  53. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/preprocess/config.py +0 -0
  54. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/preprocess/extract.py +0 -0
  55. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/preprocess/process.py +0 -0
  56. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/preprocess/run.py +0 -0
  57. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/src/codefinetuner/preprocess/tree_sitter_definitions.json +0 -0
  58. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/codefinetuner/test_pipeline.py +0 -0
  59. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/config/codefinetuner_config.yaml +0 -0
  60. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/convert/test_config.py +0 -0
  61. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/convert/test_run.py +0 -0
  62. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/data/eval/eval_test.c +0 -0
  63. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/data/test/test_test.c +0 -0
  64. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/data/train/train_test.c +0 -0
  65. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/evaluate/test_analyze.py +0 -0
  66. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/evaluate/test_benchmark.py +0 -0
  67. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/evaluate/test_config.py +0 -0
  68. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/evaluate/test_evaluate.py +0 -0
  69. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/evaluate/test_generate.py +0 -0
  70. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/evaluate/test_metrics.py +0 -0
  71. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/evaluate/test_run.py +0 -0
  72. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/finetune/test_config.py +0 -0
  73. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/finetune/test_model.py +0 -0
  74. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/finetune/test_run.py +0 -0
  75. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/finetune/test_train.py +0 -0
  76. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/models/Qwen2.5-Coder-0.5B/chat_template.jinja +0 -0
  77. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/models/Qwen2.5-Coder-0.5B/config.json +0 -0
  78. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/models/Qwen2.5-Coder-0.5B/generation_config.json +0 -0
  79. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/models/Qwen2.5-Coder-0.5B/tokenizer.json +0 -0
  80. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/models/Qwen2.5-Coder-0.5B/tokenizer_config.json +0 -0
  81. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/evaluate/datasets/benchmark_dataset.jsonl +0 -0
  82. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/finetune/results/lora_model/chat_template.jinja +0 -0
  83. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/finetune/results/lora_model/tokenizer.json +0 -0
  84. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/finetune/results/lora_model/tokenizer_config.json +0 -0
  85. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/finetune/results/trainer_log.json +0 -0
  86. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/preprocess/results/datasets/eval_dataset.jsonl +0 -0
  87. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/preprocess/results/datasets/test_dataset.jsonl +0 -0
  88. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/outputs/preprocess/results/datasets/train_dataset.jsonl +0 -0
  89. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/preprocess/test_config.py +0 -0
  90. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/preprocess/test_extract.py +0 -0
  91. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/preprocess/test_process.py +0 -0
  92. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/tests/preprocess/test_run.py +0 -0
  93. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.editorconfig +0 -0
  94. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.git +0 -0
  95. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.gitattributes +0 -0
  96. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/FUNDING.yml +0 -0
  97. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  98. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/ISSUE_TEMPLATE/config.yml +0 -0
  99. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  100. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/dependabot.yml +0 -0
  101. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/workflows/ci.yml +0 -0
  102. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/workflows/lint.yml +0 -0
  103. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.github/workflows/publish.yml +0 -0
  104. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/.gitignore +0 -0
  105. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/CMakeLists.txt +0 -0
  106. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/Cargo.lock +0 -0
  107. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/Cargo.toml +0 -0
  108. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/LICENSE +0 -0
  109. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/Makefile +0 -0
  110. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/Package.resolved +0 -0
  111. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/Package.swift +0 -0
  112. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/README.md +0 -0
  113. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/binding.gyp +0 -0
  114. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/c/tree-sitter-c.pc.in +0 -0
  115. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/c/tree_sitter/tree-sitter-c.h +0 -0
  116. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/go/binding.go +0 -0
  117. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/go/binding_test.go +0 -0
  118. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/node/binding.cc +0 -0
  119. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/node/binding_test.js +0 -0
  120. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/node/index.d.ts +0 -0
  121. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/node/index.js +0 -0
  122. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/python/tests/test_binding.py +0 -0
  123. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/python/tree_sitter_c/__init__.py +0 -0
  124. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/python/tree_sitter_c/__init__.pyi +0 -0
  125. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/python/tree_sitter_c/binding.c +0 -0
  126. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/python/tree_sitter_c/py.typed +0 -0
  127. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/rust/build.rs +0 -0
  128. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/rust/lib.rs +0 -0
  129. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/swift/TreeSitterC/c.h +0 -0
  130. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/bindings/swift/TreeSitterCTests/TreeSitterCTests.swift +0 -0
  131. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/eslint.config.mjs +0 -0
  132. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/examples/cluster.c +0 -0
  133. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/examples/malloc.c +0 -0
  134. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/examples/parser.c +0 -0
  135. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/go.mod +0 -0
  136. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/go.sum +0 -0
  137. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/grammar.js +0 -0
  138. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/package-lock.json +0 -0
  139. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/package.json +0 -0
  140. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/pyproject.toml +0 -0
  141. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/queries/highlights.scm +0 -0
  142. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/queries/tags.scm +0 -0
  143. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/setup.py +0 -0
  144. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/src/grammar.json +0 -0
  145. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/src/node-types.json +0 -0
  146. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/src/parser.c +0 -0
  147. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/src/tree_sitter/alloc.h +0 -0
  148. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/src/tree_sitter/array.h +0 -0
  149. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/src/tree_sitter/parser.h +0 -0
  150. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/ambiguities.txt +0 -0
  151. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/crlf.txt +0 -0
  152. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/declarations.txt +0 -0
  153. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/expressions.txt +0 -0
  154. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/microsoft.txt +0 -0
  155. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/preprocessor.txt +0 -0
  156. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/statements.txt +0 -0
  157. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/corpus/types.txt +0 -0
  158. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/highlight/keywords.c +0 -0
  159. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/test/highlight/names.c +0 -0
  160. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-c/tree-sitter.json +0 -0
  161. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.editorconfig +0 -0
  162. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.git +0 -0
  163. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.gitattributes +0 -0
  164. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  165. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.github/ISSUE_TEMPLATE/config.yml +0 -0
  166. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  167. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.github/workflows/ci.yml +0 -0
  168. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.github/workflows/fuzz.yml +0 -0
  169. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.github/workflows/lint.yml +0 -0
  170. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.github/workflows/publish.yml +0 -0
  171. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/.gitignore +0 -0
  172. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/CMakeLists.txt +0 -0
  173. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/Cargo.lock +0 -0
  174. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/Cargo.toml +0 -0
  175. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/LICENSE +0 -0
  176. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/Makefile +0 -0
  177. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/Package.resolved +0 -0
  178. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/Package.swift +0 -0
  179. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/README.md +0 -0
  180. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/binding.gyp +0 -0
  181. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/c/tree-sitter-mojo.h +0 -0
  182. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/c/tree-sitter-mojo.pc.in +0 -0
  183. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/c/tree-sitter-python.h +0 -0
  184. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/go/binding.go +0 -0
  185. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/go/binding_test.go +0 -0
  186. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/go/go.mod +0 -0
  187. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/node/binding.cc +0 -0
  188. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/node/binding_test.js +0 -0
  189. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/node/index.d.ts +0 -0
  190. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/node/index.js +0 -0
  191. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/python/tests/test_binding.py +0 -0
  192. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/python/tree_sitter_mojo/__init__.py +0 -0
  193. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/python/tree_sitter_mojo/__init__.pyi +0 -0
  194. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/python/tree_sitter_mojo/binding.c +0 -0
  195. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/python/tree_sitter_mojo/py.typed +0 -0
  196. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/rust/build.rs +0 -0
  197. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/rust/lib.rs +0 -0
  198. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/swift/TreeSitterMojo/mojo.h +0 -0
  199. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/swift/TreeSitterPython/python.h +0 -0
  200. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/bindings/swift/TreeSitterPythonTests/TreeSitterPythonTests.swift +0 -0
  201. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/eslint.config.mjs +0 -0
  202. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/compound-statement-without-trailing-newline.py +0 -0
  203. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/crlf-line-endings.py +0 -0
  204. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/mixed-spaces-tabs.py +0 -0
  205. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/multiple-newlines.py +0 -0
  206. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/python2-grammar-crlf.py +0 -0
  207. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/python2-grammar.py +0 -0
  208. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/python3-grammar-crlf.py +0 -0
  209. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/python3-grammar.py +0 -0
  210. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/python3.8_grammar.py +0 -0
  211. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/simple-statements-without-trailing-newline.py +0 -0
  212. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/tabs.py +0 -0
  213. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/examples/trailing-whitespace.py +0 -0
  214. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/go.mod +0 -0
  215. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/go.sum +0 -0
  216. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/grammar.js +0 -0
  217. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/package-lock.json +0 -0
  218. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/package.json +0 -0
  219. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/pyproject.toml +0 -0
  220. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/python.dylib.dSYM/Contents/Info.plist +0 -0
  221. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/python.dylib.dSYM/Contents/Resources/Relocations/aarch64/python.dylib.yml +0 -0
  222. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/queries/highlights.scm +0 -0
  223. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/queries/indents.scm +0 -0
  224. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/queries/outline.scm +0 -0
  225. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/queries/overrides.scm +0 -0
  226. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/setup.py +0 -0
  227. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/src/grammar.json +0 -0
  228. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/src/node-types.json +0 -0
  229. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/src/parser.c +0 -0
  230. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/src/scanner.c +0 -0
  231. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/src/tree_sitter/alloc.h +0 -0
  232. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/src/tree_sitter/array.h +0 -0
  233. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/src/tree_sitter/parser.h +0 -0
  234. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/corpus/errors.txt +0 -0
  235. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/corpus/expressions.txt +0 -0
  236. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/corpus/literals.txt +0 -0
  237. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/corpus/pattern_matching.txt +0 -0
  238. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/corpus/statements.txt +0 -0
  239. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/highlight/keywords.mojo +0 -0
  240. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/highlight/parameters.mojo +0 -0
  241. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/highlight/pattern_matching.mojo +0 -0
  242. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test/tags/main.mojo +0 -0
  243. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/test.mojo +0 -0
  244. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-mojo/tree-sitter.json +0 -0
  245. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.clang-format +0 -0
  246. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.editorconfig +0 -0
  247. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.git +0 -0
  248. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.github/dependabot.yml +0 -0
  249. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.github/workflows/ci.yml +0 -0
  250. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.github/workflows/docs.yml +0 -0
  251. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.github/workflows/pypi.yml +0 -0
  252. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.gitignore +0 -0
  253. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/.gitmodules +0 -0
  254. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/LICENSE +0 -0
  255. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/MANIFEST.in +0 -0
  256. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/README.md +0 -0
  257. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/_static/favicon.png +0 -0
  258. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/_static/logo.png +0 -0
  259. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.Language.rst +0 -0
  260. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.LogType.rst +0 -0
  261. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.LookaheadIterator.rst +0 -0
  262. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.Node.rst +0 -0
  263. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.Parser.rst +0 -0
  264. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.Point.rst +0 -0
  265. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.Query.rst +0 -0
  266. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.QueryCursor.rst +0 -0
  267. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.QueryError.rst +0 -0
  268. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.QueryPredicate.rst +0 -0
  269. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.Range.rst +0 -0
  270. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.Tree.rst +0 -0
  271. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/classes/tree_sitter.TreeCursor.rst +0 -0
  272. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/conf.py +0 -0
  273. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/docs/index.rst +0 -0
  274. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/examples/usage.py +0 -0
  275. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/examples/walk_tree.py +0 -0
  276. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/pyproject.toml +0 -0
  277. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/setup.py +0 -0
  278. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tests/__init__.py +0 -0
  279. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tests/test_language.py +0 -0
  280. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tests/test_lookahead_iterator.py +0 -0
  281. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tests/test_node.py +0 -0
  282. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tests/test_parser.py +0 -0
  283. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tests/test_query.py +0 -0
  284. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tests/test_tree.py +0 -0
  285. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/__init__.py +0 -0
  286. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/__init__.pyi +0 -0
  287. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/language.c +0 -0
  288. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/lookahead_iterator.c +0 -0
  289. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/module.c +0 -0
  290. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/node.c +0 -0
  291. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/parser.c +0 -0
  292. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/query.c +0 -0
  293. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/query_cursor.c +0 -0
  294. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/query_predicates.c +0 -0
  295. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/range.c +0 -0
  296. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/tree.c +0 -0
  297. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/tree_cursor.c +0 -0
  298. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/binding/types.h +0 -0
  299. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.cargo/config.toml +0 -0
  300. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.dockerignore +0 -0
  301. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.editorconfig +0 -0
  302. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.git +0 -0
  303. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.gitattributes +0 -0
  304. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/FUNDING.yml +0 -0
  305. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  306. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/ISSUE_TEMPLATE/config.yml +0 -0
  307. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  308. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/actions/cache/action.yml +0 -0
  309. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/cliff.toml +0 -0
  310. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/dependabot.yml +0 -0
  311. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/scripts/close_unresponsive.js +0 -0
  312. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/scripts/cross.sh +0 -0
  313. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/scripts/make.sh +0 -0
  314. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/scripts/remove_response_label.js +0 -0
  315. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/scripts/reviewers_remove.js +0 -0
  316. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/scripts/tree-sitter.sh +0 -0
  317. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/backport.yml +0 -0
  318. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/bindgen.yml +0 -0
  319. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/build.yml +0 -0
  320. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/ci.yml +0 -0
  321. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/docs.yml +0 -0
  322. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/emscripten.yml +0 -0
  323. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/nvim_ts.yml +0 -0
  324. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/release.yml +0 -0
  325. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/response.yml +0 -0
  326. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/reviewers_remove.yml +0 -0
  327. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/sanitize.yml +0 -0
  328. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.github/workflows/wasm_exports.yml +0 -0
  329. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/.gitignore +0 -0
  330. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/CONTRIBUTING.md +0 -0
  331. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/Cargo.lock +0 -0
  332. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/Cargo.toml +0 -0
  333. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/Dockerfile +0 -0
  334. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/FUNDING.json +0 -0
  335. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/LICENSE +0 -0
  336. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/Makefile +0 -0
  337. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/Package.swift +0 -0
  338. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/README.md +0 -0
  339. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/build.zig +0 -0
  340. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/build.zig.zon +0 -0
  341. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/Cargo.toml +0 -0
  342. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/README.md +0 -0
  343. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/benches/benchmark.rs +0 -0
  344. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/build.rs +0 -0
  345. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/config/Cargo.toml +0 -0
  346. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/config/README.md +0 -0
  347. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/config/src/lib.rs +0 -0
  348. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/eslint/index.js +0 -0
  349. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/eslint/package-lock.json +0 -0
  350. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/eslint/package.json +0 -0
  351. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/Cargo.toml +0 -0
  352. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/README.md +0 -0
  353. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/build_lex_table.rs +0 -0
  354. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/build_parse_table.rs +0 -0
  355. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/coincident_tokens.rs +0 -0
  356. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/item.rs +0 -0
  357. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/item_set_builder.rs +0 -0
  358. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/minimize_parse_table.rs +0 -0
  359. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/mod.rs +0 -0
  360. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/build_tables/token_conflicts.rs +0 -0
  361. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/dedup.rs +0 -0
  362. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/dsl.js +0 -0
  363. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/grammar_files.rs +0 -0
  364. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/grammars.rs +0 -0
  365. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/lib.rs +0 -0
  366. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/nfa.rs +0 -0
  367. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/node_types.rs +0 -0
  368. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/parse_grammar.rs +0 -0
  369. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/expand_repeats.rs +0 -0
  370. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/expand_tokens.rs +0 -0
  371. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/extract_default_aliases.rs +0 -0
  372. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/extract_tokens.rs +0 -0
  373. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/flatten_grammar.rs +0 -0
  374. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/intern_symbols.rs +0 -0
  375. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/mod.rs +0 -0
  376. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/prepare_grammar/process_inlines.rs +0 -0
  377. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/render.rs +0 -0
  378. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/rules.rs +0 -0
  379. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/tables.rs +0 -0
  380. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/templates/alloc.h +0 -0
  381. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/generate/src/templates/array.h +0 -0
  382. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/loader/Cargo.toml +0 -0
  383. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/loader/README.md +0 -0
  384. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/loader/build.rs +0 -0
  385. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/loader/emscripten-version +0 -0
  386. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/loader/src/lib.rs +0 -0
  387. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/npm/.gitignore +0 -0
  388. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/npm/cli.js +0 -0
  389. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/npm/dsl.d.ts +0 -0
  390. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/npm/install.js +0 -0
  391. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/npm/package.json +0 -0
  392. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/fuzz/allocations.rs +0 -0
  393. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/fuzz/corpus_test.rs +0 -0
  394. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/fuzz/edits.rs +0 -0
  395. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/fuzz/mod.rs +0 -0
  396. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/fuzz/random.rs +0 -0
  397. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/fuzz/scope_sequence.rs +0 -0
  398. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/highlight.rs +0 -0
  399. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/init.rs +0 -0
  400. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/input.rs +0 -0
  401. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/lib.rs +0 -0
  402. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/logger.rs +0 -0
  403. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/main.rs +0 -0
  404. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/parse.rs +0 -0
  405. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/playground.html +0 -0
  406. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/playground.rs +0 -0
  407. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/query.rs +0 -0
  408. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/query_testing.rs +0 -0
  409. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tags.rs +0 -0
  410. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/.editorconfig +0 -0
  411. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/PARSER_NAME.h +0 -0
  412. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/PARSER_NAME.pc.in +0 -0
  413. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/__init__.py +0 -0
  414. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/__init__.pyi +0 -0
  415. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/_cargo.toml +0 -0
  416. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/binding.go +0 -0
  417. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/binding.gyp +0 -0
  418. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/binding_test.go +0 -0
  419. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/binding_test.js +0 -0
  420. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/build.rs +0 -0
  421. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/build.zig +0 -0
  422. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/build.zig.zon +0 -0
  423. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/cmakelists.cmake +0 -0
  424. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/gitattributes +0 -0
  425. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/gitignore +0 -0
  426. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/go.mod +0 -0
  427. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/grammar.js +0 -0
  428. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/index.d.ts +0 -0
  429. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/index.js +0 -0
  430. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/js-binding.cc +0 -0
  431. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/lib.rs +0 -0
  432. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/makefile +0 -0
  433. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/package.json +0 -0
  434. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/package.swift +0 -0
  435. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/py-binding.c +0 -0
  436. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/pyproject.toml +0 -0
  437. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/root.zig +0 -0
  438. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/setup.py +0 -0
  439. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/test.zig +0 -0
  440. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/test_binding.py +0 -0
  441. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/templates/tests.swift +0 -0
  442. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/test.rs +0 -0
  443. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/test_highlight.rs +0 -0
  444. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/test_tags.rs +0 -0
  445. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/async_context_test.rs +0 -0
  446. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/corpus_test.rs +0 -0
  447. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/detect_language.rs +0 -0
  448. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/helpers/allocations.rs +0 -0
  449. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/helpers/dirs.rs +0 -0
  450. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/helpers/edits.rs +0 -0
  451. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/helpers/fixtures.rs +0 -0
  452. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/helpers/mod.rs +0 -0
  453. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/helpers/query_helpers.rs +0 -0
  454. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/highlight_test.rs +0 -0
  455. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/language_test.rs +0 -0
  456. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/mod.rs +0 -0
  457. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/node_test.rs +0 -0
  458. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/parser_hang_test.rs +0 -0
  459. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/parser_test.rs +0 -0
  460. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/pathological_test.rs +0 -0
  461. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/proc_macro/Cargo.toml +0 -0
  462. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/proc_macro/src/lib.rs +0 -0
  463. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/query_test.rs +0 -0
  464. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/tags_test.rs +0 -0
  465. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/test_highlight_test.rs +0 -0
  466. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/test_tags_test.rs +0 -0
  467. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/text_provider_test.rs +0 -0
  468. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/tree_test.rs +0 -0
  469. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/tests/wasm_language_test.rs +0 -0
  470. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/util.rs +0 -0
  471. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/version.rs +0 -0
  472. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/cli/src/wasm.rs +0 -0
  473. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/.gitignore +0 -0
  474. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/book.toml +0 -0
  475. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/3-syntax-highlighting.md +0 -0
  476. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/4-code-navigation.md +0 -0
  477. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/5-implementation.md +0 -0
  478. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/6-contributing.md +0 -0
  479. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/7-playground.md +0 -0
  480. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/SUMMARY.md +0 -0
  481. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/css/mdbook-admonish.css +0 -0
  482. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/css/playground.css +0 -0
  483. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/images/favicon-16x16.png +0 -0
  484. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/images/favicon-32x32.png +0 -0
  485. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/images/tree-sitter-small.png +0 -0
  486. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/js/playground.js +0 -0
  487. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/schemas/config.schema.json +0 -0
  488. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/assets/schemas/grammar.schema.json +0 -0
  489. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/build.md +0 -0
  490. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/complete.md +0 -0
  491. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/dump-languages.md +0 -0
  492. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/fuzz.md +0 -0
  493. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/generate.md +0 -0
  494. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/highlight.md +0 -0
  495. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/index.md +0 -0
  496. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/init-config.md +0 -0
  497. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/init.md +0 -0
  498. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/parse.md +0 -0
  499. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/playground.md +0 -0
  500. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/query.md +0 -0
  501. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/tags.md +0 -0
  502. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/test.md +0 -0
  503. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/cli/version.md +0 -0
  504. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/creating-parsers/1-getting-started.md +0 -0
  505. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/creating-parsers/2-the-grammar-dsl.md +0 -0
  506. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/creating-parsers/3-writing-the-grammar.md +0 -0
  507. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/creating-parsers/4-external-scanners.md +0 -0
  508. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/creating-parsers/5-writing-tests.md +0 -0
  509. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/creating-parsers/6-publishing.md +0 -0
  510. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/creating-parsers/index.md +0 -0
  511. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/index.md +0 -0
  512. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/1-getting-started.md +0 -0
  513. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/2-basic-parsing.md +0 -0
  514. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/3-advanced-parsing.md +0 -0
  515. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/4-walking-trees.md +0 -0
  516. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/6-static-node-types.md +0 -0
  517. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/index.md +0 -0
  518. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/queries/1-syntax.md +0 -0
  519. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/queries/2-operators.md +0 -0
  520. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/queries/3-predicates-and-directives.md +0 -0
  521. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/queries/4-api.md +0 -0
  522. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/src/using-parsers/queries/index.md +0 -0
  523. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/docs/theme/favicon.png +0 -0
  524. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/highlight/Cargo.toml +0 -0
  525. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/highlight/README.md +0 -0
  526. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/highlight/include/tree_sitter/highlight.h +0 -0
  527. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/highlight/src/c_lib.rs +0 -0
  528. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/highlight/src/lib.rs +0 -0
  529. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/.ccls +0 -0
  530. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/CMakeLists.txt +0 -0
  531. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/Cargo.toml +0 -0
  532. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/README.md +0 -0
  533. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_rust/README.md +0 -0
  534. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_rust/bindings.rs +0 -0
  535. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_rust/build.rs +0 -0
  536. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_rust/ffi.rs +0 -0
  537. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_rust/lib.rs +0 -0
  538. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_rust/util.rs +0 -0
  539. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_rust/wasm_language.rs +0 -0
  540. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/.gitattributes +0 -0
  541. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/.gitignore +0 -0
  542. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/CONTRIBUTING.md +0 -0
  543. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/README.md +0 -0
  544. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/eslint.config.mjs +0 -0
  545. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/lib/exports.txt +0 -0
  546. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/lib/imports.js +0 -0
  547. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/lib/prefix.js +0 -0
  548. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/lib/tree-sitter.c +0 -0
  549. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/lib/tree-sitter.d.ts +0 -0
  550. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/package-lock.json +0 -0
  551. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/package.json +0 -0
  552. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/script/build.js +0 -0
  553. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/script/check-artifacts-fresh.ts +0 -0
  554. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/script/generate-dts.js +0 -0
  555. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/bindings.ts +0 -0
  556. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/constants.ts +0 -0
  557. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/index.ts +0 -0
  558. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/language.ts +0 -0
  559. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/lookahead_iterator.ts +0 -0
  560. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/marshal.ts +0 -0
  561. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/node.ts +0 -0
  562. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/parser.ts +0 -0
  563. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/query.ts +0 -0
  564. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/tree.ts +0 -0
  565. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/src/tree_cursor.ts +0 -0
  566. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/test/helper.ts +0 -0
  567. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/test/language.test.ts +0 -0
  568. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/test/node.test.ts +0 -0
  569. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/test/parser.test.ts +0 -0
  570. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/test/query.test.ts +0 -0
  571. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/test/tree.test.ts +0 -0
  572. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/tsconfig.json +0 -0
  573. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/vitest.config.ts +0 -0
  574. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/web-tree-sitter.d.ts +0 -0
  575. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/binding_web/web-tree-sitter.d.ts.map +0 -0
  576. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/include/tree_sitter/api.h +0 -0
  577. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/language/Cargo.toml +0 -0
  578. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/language/README.md +0 -0
  579. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/language/language.rs +0 -0
  580. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/alloc.c +0 -0
  581. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/alloc.h +0 -0
  582. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/array.h +0 -0
  583. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/atomic.h +0 -0
  584. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/clock.h +0 -0
  585. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/error_costs.h +0 -0
  586. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/get_changed_ranges.c +0 -0
  587. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/get_changed_ranges.h +0 -0
  588. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/host.h +0 -0
  589. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/language.c +0 -0
  590. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/language.h +0 -0
  591. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/length.h +0 -0
  592. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/lexer.c +0 -0
  593. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/lexer.h +0 -0
  594. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/lib.c +0 -0
  595. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/node.c +0 -0
  596. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/parser.c +0 -0
  597. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/parser.h +0 -0
  598. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/point.h +0 -0
  599. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/portable/endian.h +0 -0
  600. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/query.c +0 -0
  601. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/reduce_action.h +0 -0
  602. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/reusable_node.h +0 -0
  603. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/stack.c +0 -0
  604. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/stack.h +0 -0
  605. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/subtree.c +0 -0
  606. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/subtree.h +0 -0
  607. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/tree.c +0 -0
  608. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/tree.h +0 -0
  609. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/tree_cursor.c +0 -0
  610. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/tree_cursor.h +0 -0
  611. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/ts_assert.h +0 -0
  612. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/ICU_SHA +0 -0
  613. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/LICENSE +0 -0
  614. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/README.md +0 -0
  615. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/ptypes.h +0 -0
  616. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/umachine.h +0 -0
  617. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/urename.h +0 -0
  618. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/utf.h +0 -0
  619. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/utf16.h +0 -0
  620. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode/utf8.h +0 -0
  621. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/unicode.h +0 -0
  622. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/wasm/stdlib-symbols.txt +0 -0
  623. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/wasm/stdlib.c +0 -0
  624. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/wasm/wasm-stdlib.h +0 -0
  625. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/wasm_store.c +0 -0
  626. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/src/wasm_store.h +0 -0
  627. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/lib/tree-sitter.pc.in +0 -0
  628. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/rustfmt.toml +0 -0
  629. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/tags/Cargo.toml +0 -0
  630. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/tags/README.md +0 -0
  631. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/tags/include/tree_sitter/tags.h +0 -0
  632. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/tags/src/c_lib.rs +0 -0
  633. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/tags/src/lib.rs +0 -0
  634. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/error_corpus/c_errors.txt +0 -0
  635. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/error_corpus/javascript_errors.txt +0 -0
  636. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/error_corpus/json_errors.txt +0 -0
  637. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/error_corpus/python_errors.txt +0 -0
  638. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/error_corpus/readme.md +0 -0
  639. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/error_corpus/ruby_errors.txt +0 -0
  640. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/fixtures.json +0 -0
  641. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/grammars/.gitkeep +0 -0
  642. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/template_corpus/readme.md +0 -0
  643. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/template_corpus/ruby_templates.txt +0 -0
  644. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_inlined_rules/corpus.txt +0 -0
  645. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_inlined_rules/grammar.js +0 -0
  646. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_rules/corpus.txt +0 -0
  647. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_rules/grammar.js +0 -0
  648. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_token_rules/corpus.txt +0 -0
  649. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_token_rules/grammar.js +0 -0
  650. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_unit_reductions/corpus.txt +0 -0
  651. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliased_unit_reductions/grammar.js +0 -0
  652. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliases_in_root/corpus.txt +0 -0
  653. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/aliases_in_root/grammar.js +0 -0
  654. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/anonymous_error/corpus.txt +0 -0
  655. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/anonymous_error/grammar.js +0 -0
  656. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/anonymous_tokens_with_escaped_chars/corpus.txt +0 -0
  657. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/anonymous_tokens_with_escaped_chars/grammar.js +0 -0
  658. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/associativity_left/corpus.txt +0 -0
  659. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/associativity_left/grammar.js +0 -0
  660. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/associativity_missing/expected_error.txt +0 -0
  661. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/associativity_missing/grammar.js +0 -0
  662. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/associativity_right/corpus.txt +0 -0
  663. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/associativity_right/grammar.js +0 -0
  664. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/conflict_in_repeat_rule/expected_error.txt +0 -0
  665. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/conflict_in_repeat_rule/grammar.js +0 -0
  666. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/conflict_in_repeat_rule_after_external_token/expected_error.txt +0 -0
  667. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/conflict_in_repeat_rule_after_external_token/grammar.js +0 -0
  668. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/conflicting_precedence/expected_error.txt +0 -0
  669. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/conflicting_precedence/grammar.js +0 -0
  670. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/depends_on_column/corpus.txt +0 -0
  671. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/depends_on_column/grammar.js +0 -0
  672. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/depends_on_column/scanner.c +0 -0
  673. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/dynamic_precedence/corpus.txt +0 -0
  674. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/dynamic_precedence/grammar.js +0 -0
  675. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/dynamic_precedence/readme.md +0 -0
  676. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_external_extra_tokens/corpus.txt +0 -0
  677. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_external_extra_tokens/grammar.js +0 -0
  678. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_external_extra_tokens/scanner.c +0 -0
  679. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_external_tokens/corpus.txt +0 -0
  680. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_external_tokens/grammar.js +0 -0
  681. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_external_tokens/scanner.c +0 -0
  682. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_rules/expected_error.txt +0 -0
  683. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/epsilon_rules/grammar.js +0 -0
  684. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_and_internal_anonymous_tokens/corpus.txt +0 -0
  685. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_and_internal_anonymous_tokens/grammar.js +0 -0
  686. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_and_internal_anonymous_tokens/readme.md +0 -0
  687. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_and_internal_anonymous_tokens/scanner.c +0 -0
  688. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_and_internal_tokens/corpus.txt +0 -0
  689. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_and_internal_tokens/grammar.js +0 -0
  690. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_and_internal_tokens/scanner.c +0 -0
  691. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_extra_tokens/corpus.txt +0 -0
  692. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_extra_tokens/grammar.js +0 -0
  693. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_extra_tokens/scanner.c +0 -0
  694. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_tokens/corpus.txt +0 -0
  695. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_tokens/grammar.js +0 -0
  696. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_tokens/scanner.c +0 -0
  697. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_unicode_column_alignment/README.md +0 -0
  698. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_unicode_column_alignment/corpus.txt +0 -0
  699. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_unicode_column_alignment/grammar.js +0 -0
  700. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/external_unicode_column_alignment/scanner.c +0 -0
  701. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/extra_non_terminals/corpus.txt +0 -0
  702. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/extra_non_terminals/grammar.js +0 -0
  703. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/extra_non_terminals_with_shared_rules/corpus.txt +0 -0
  704. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/extra_non_terminals_with_shared_rules/grammar.js +0 -0
  705. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/get_col_eof/corpus.txt +0 -0
  706. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/get_col_eof/grammar.js +0 -0
  707. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/get_col_eof/scanner.c +0 -0
  708. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/get_col_should_hang_not_crash/corpus.txt +0 -0
  709. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/get_col_should_hang_not_crash/grammar.js +0 -0
  710. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/get_col_should_hang_not_crash/scanner.c +0 -0
  711. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/immediate_tokens/corpus.txt +0 -0
  712. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/immediate_tokens/grammar.js +0 -0
  713. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/indirect_recursion_in_transitions/expected_error.txt +0 -0
  714. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/indirect_recursion_in_transitions/grammar.js +0 -0
  715. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inline_rules/corpus.txt +0 -0
  716. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inline_rules/grammar.js +0 -0
  717. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inlined_aliased_rules/corpus.txt +0 -0
  718. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inlined_aliased_rules/grammar.js +0 -0
  719. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inlined_aliased_rules/readme.md +0 -0
  720. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inverted_external_token/corpus.txt +0 -0
  721. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inverted_external_token/grammar.js +0 -0
  722. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inverted_external_token/readme.md +0 -0
  723. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/inverted_external_token/scanner.c +0 -0
  724. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/invisible_start_rule/expected_error.txt +0 -0
  725. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/invisible_start_rule/grammar.js +0 -0
  726. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/lexical_conflicts_due_to_state_merging/corpus.txt +0 -0
  727. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/lexical_conflicts_due_to_state_merging/grammar.js +0 -0
  728. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/lexical_conflicts_due_to_state_merging/readme.md +0 -0
  729. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/named_precedences/corpus.txt +0 -0
  730. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/named_precedences/grammar.js +0 -0
  731. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/named_precedences/readme.txt +0 -0
  732. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/named_rule_aliased_as_anonymous/corpus.txt +0 -0
  733. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/named_rule_aliased_as_anonymous/grammar.js +0 -0
  734. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/named_rule_aliased_as_anonymous/readme.md +0 -0
  735. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/nested_inlined_rules/corpus.txt +0 -0
  736. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/nested_inlined_rules/grammar.js +0 -0
  737. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/nested_inlined_rules/readme.md +0 -0
  738. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/next_sibling_from_zwt/corpus.txt +0 -0
  739. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/next_sibling_from_zwt/grammar.js +0 -0
  740. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/partially_resolved_conflict/expected_error.txt +0 -0
  741. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/partially_resolved_conflict/grammar.js +0 -0
  742. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/partially_resolved_conflict/readme.txt +0 -0
  743. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_missing/expected_error.txt +0 -0
  744. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_missing/grammar.js +0 -0
  745. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_missing/readme.md +0 -0
  746. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_negative/corpus.txt +0 -0
  747. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_negative/grammar.js +0 -0
  748. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_negative/readme.md +0 -0
  749. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_positive/corpus.txt +0 -0
  750. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_positive/grammar.js +0 -0
  751. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_single_child_positive/readme.md +0 -0
  752. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_subsequence/corpus.txt +0 -0
  753. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_subsequence/grammar.js +0 -0
  754. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_token/corpus.txt +0 -0
  755. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_token/grammar.js +0 -0
  756. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/precedence_on_token/readme.md +0 -0
  757. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/readme.md +0 -0
  758. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/readme_grammar/corpus.txt +0 -0
  759. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/readme_grammar/grammar.js +0 -0
  760. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/reserved_words/corpus.txt +0 -0
  761. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/reserved_words/grammar.js +0 -0
  762. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/start_rule_is_blank/corpus.txt +0 -0
  763. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/start_rule_is_blank/grammar.js +0 -0
  764. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/start_rule_is_token/corpus.txt +0 -0
  765. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/start_rule_is_token/grammar.js +0 -0
  766. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/unicode_classes/corpus.txt +0 -0
  767. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/unicode_classes/grammar.js +0 -0
  768. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/unused_rules/corpus.txt +0 -0
  769. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/unused_rules/grammar.js +0 -0
  770. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/unused_rules/readme.md +0 -0
  771. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/uses_current_column/corpus.txt +0 -0
  772. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/uses_current_column/grammar.js +0 -0
  773. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/test/fixtures/test_grammars/uses_current_column/scanner.c +0 -0
  774. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/Cargo.toml +0 -0
  775. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/benchmark.rs +0 -0
  776. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/build_wasm.rs +0 -0
  777. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/bump.rs +0 -0
  778. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/check_wasm_exports.rs +0 -0
  779. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/clippy.rs +0 -0
  780. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/fetch.rs +0 -0
  781. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/generate.rs +0 -0
  782. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/main.rs +0 -0
  783. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/test.rs +0 -0
  784. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/upgrade_emscripten.rs +0 -0
  785. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/core/xtask/src/upgrade_wasmtime.rs +0 -0
  786. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-python/tree_sitter/py.typed +0 -0
  787. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.editorconfig +0 -0
  788. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.git +0 -0
  789. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.gitattributes +0 -0
  790. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  791. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/ISSUE_TEMPLATE/config.yml +0 -0
  792. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  793. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/dependabot.yml +0 -0
  794. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/workflows/ci.yml +0 -0
  795. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/workflows/fuzz.yml +0 -0
  796. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/workflows/publish.yml +0 -0
  797. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/workflows/regenerate.yml +0 -0
  798. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.github/workflows/release.yml +0 -0
  799. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/.gitignore +0 -0
  800. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/CMakeLists.txt +0 -0
  801. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/Cargo.toml +0 -0
  802. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/Contributing.md +0 -0
  803. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/License.md +0 -0
  804. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/Makefile +0 -0
  805. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/Package.swift +0 -0
  806. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/Readme.md +0 -0
  807. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/binding.gyp +0 -0
  808. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/c/tree-sitter-vhdl.pc.in +0 -0
  809. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/c/tree_sitter/tree-sitter-vhdl.h +0 -0
  810. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/go/binding.go +0 -0
  811. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/go/binding_test.go +0 -0
  812. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/node/binding.cc +0 -0
  813. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/node/binding_test.js +0 -0
  814. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/node/index.d.ts +0 -0
  815. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/node/index.js +0 -0
  816. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/python/tests/test_binding.py +0 -0
  817. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/python/tree_sitter_vhdl/__init__.py +0 -0
  818. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/python/tree_sitter_vhdl/__init__.pyi +0 -0
  819. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/python/tree_sitter_vhdl/binding.c +0 -0
  820. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/python/tree_sitter_vhdl/py.typed +0 -0
  821. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/rust/build.rs +0 -0
  822. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/rust/lib.rs +0 -0
  823. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/swift/TreeSitterVhdl/vhdl.h +0 -0
  824. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/bindings/swift/TreeSitterVhdlTests/TreeSitterVhdlTests.swift +0 -0
  825. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/examples/Screenshot.png +0 -0
  826. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/examples/Screenshot.vhd +0 -0
  827. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/examples/Screenshot_OneDark.png +0 -0
  828. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/examples/Screenshot_TokyoNight.png +0 -0
  829. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/get_queries.sh +0 -0
  830. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/go.mod +0 -0
  831. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/grammar.js +0 -0
  832. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/package-lock.json +0 -0
  833. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/package.json +0 -0
  834. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/pyproject.toml +0 -0
  835. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/queries/Helix/highlights.scm +0 -0
  836. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/queries/Neovim/context.scm +0 -0
  837. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/queries/Neovim/folds.scm +0 -0
  838. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/queries/Neovim/highlights.scm +0 -0
  839. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/queries/Neovim/injections.scm +0 -0
  840. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/queries/Neovim/textobjects.scm +0 -0
  841. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/set_queries.sh +0 -0
  842. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/setup.py +0 -0
  843. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/TokenTree.h +0 -0
  844. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/TokenTree.inc +0 -0
  845. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/TokenType.h +0 -0
  846. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/TokenType.inc +0 -0
  847. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/core.h +0 -0
  848. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/debug_macros.h +0 -0
  849. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/grammar.json +0 -0
  850. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/ieee/fixed_pkg.h +0 -0
  851. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/ieee/float_pkg.h +0 -0
  852. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/ieee/math_complex.h +0 -0
  853. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/ieee/math_real.h +0 -0
  854. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/ieee/numeric_std.h +0 -0
  855. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/ieee/std_logic_1164.h +0 -0
  856. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/std/env.h +0 -0
  857. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/std/standard.h +0 -0
  858. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/libraries/std/textio.h +0 -0
  859. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/node-types.json +0 -0
  860. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/parser.c +0 -0
  861. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/scanner.c +0 -0
  862. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/tree_sitter/alloc.h +0 -0
  863. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/tree_sitter/array.h +0 -0
  864. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/src/tree_sitter/parser.h +0 -0
  865. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/architecture_basic.vhd +0 -0
  866. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/bit_values.vhd +0 -0
  867. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/comments.vhd +0 -0
  868. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/entity.vhd +0 -0
  869. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/if_generate.vhd +0 -0
  870. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/if_statement.vhd +0 -0
  871. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/library_constant_break.vhd +0 -0
  872. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/literals.vhd +0 -0
  873. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/prioritised_if.vhd +0 -0
  874. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/specification_examples/architecture.vhd +0 -0
  875. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/specification_examples/configuration.vhd +0 -0
  876. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/specification_examples/entity.vhd +0 -0
  877. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/specification_examples/generate.vhd +0 -0
  878. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/specification_examples/literal.vhd +0 -0
  879. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/string_literal_std_logic.vhd +0 -0
  880. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/tool_directives.vhd +0 -0
  881. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/corpus/use_clause.vhd +0 -0
  882. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/highlight/architecture_basic.vhd +0 -0
  883. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/highlight/bit_values.vhd +0 -0
  884. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test/highlight/multiuse_keywords.vhd +0 -0
  885. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/test.sh +0 -0
  886. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/tree-sitter.json +0 -0
  887. {codefinetuner-0.2.0 → codefinetuner-0.2.1}/third_party/tree-sitter-vhdl/update_bindings.sh +0 -0
@@ -4,6 +4,7 @@ on:
4
4
  push:
5
5
  tags:
6
6
  - '[0-9]*.[0-9]*.[0-9]*'
7
+ - '!*[a-zA-Z]*' # ignore any tags that contain letters, this are test release tags
7
8
 
8
9
  jobs:
9
10
  test:
@@ -24,9 +25,20 @@ jobs:
24
25
  - name: Run Pytest
25
26
  run: uv run pytest
26
27
 
28
+ docker-build-test:
29
+ name: Docker Build Test
30
+ runs-on: ubuntu-latest
31
+ steps:
32
+ - uses: actions/checkout@v4
33
+ with:
34
+ fetch-depth: 0
35
+ submodules: recursive
36
+ - name: Build Docker image
37
+ run: docker build -t codefinetuner-ci-image .
38
+
27
39
  build:
28
40
  name: Build Distribution
29
- needs: test
41
+ needs: [test, docker-build-test]
30
42
  runs-on: ubuntu-latest
31
43
  steps:
32
44
  - uses: actions/checkout@v4
@@ -26,9 +26,20 @@ jobs:
26
26
  - name: Run Pytest
27
27
  run: uv run pytest
28
28
 
29
+ docker-build-test:
30
+ name: Docker Build Test
31
+ runs-on: ubuntu-latest
32
+ steps:
33
+ - uses: actions/checkout@v4
34
+ with:
35
+ fetch-depth: 0
36
+ submodules: recursive
37
+ - name: Build Docker image
38
+ run: docker build -t codefinetuner-ci-image .
39
+
29
40
  build:
30
41
  name: Build Distribution
31
- needs: test
42
+ needs: [test, docker-build-test]
32
43
  runs-on: ubuntu-latest
33
44
  steps:
34
45
  - uses: actions/checkout@v4
@@ -90,4 +101,5 @@ jobs:
90
101
  run: |
91
102
  gh release create ${{ github.ref_name }} dist/* \
92
103
  --title "${{ github.ref_name }}" \
93
- --generate-notes
104
+ --generate-notes \
105
+ --prerelease
@@ -21,4 +21,15 @@ jobs:
21
21
  - name: Install Dependencies
22
22
  run: uv sync --group dev
23
23
  - name: Run Pytest
24
- run: uv run pytest
24
+ run: uv run pytest
25
+
26
+ docker-build-test:
27
+ name: Docker Build Test
28
+ runs-on: ubuntu-latest
29
+ steps:
30
+ - uses: actions/checkout@v4
31
+ with:
32
+ fetch-depth: 0
33
+ submodules: recursive
34
+ - name: Build Docker image
35
+ run: docker build -t codefinetuner-ci-image .
@@ -1,7 +1,7 @@
1
1
  FROM python:3.13-slim
2
2
 
3
3
  # Copy uv binary
4
- COPY --from=ghcr.io/astral-sh/uv:0.4.18 /uv /bin/
4
+ COPY --from=ghcr.io/astral-sh/uv:0.11.7 /uv /bin/
5
5
 
6
6
  WORKDIR /app
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codefinetuner
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Add your description here
5
5
  Project-URL: Homepage, https://github.com/cuolm/codefinetuner
6
6
  Project-URL: Repository, https://github.com/cuolm/codefinetuner.git
@@ -33,7 +33,7 @@ Description-Content-Type: text/markdown
33
33
 
34
34
  # CodeFinetuner
35
35
  [![PyPI](https://img.shields.io/pypi/v/codefinetuner.svg)](https://pypi.org/project/codefinetuner/)
36
- [![License](https://img.shields.io/github/license/cuolm/codefinetuner.svg)](LICENSE.txt)
36
+ [![License](https://img.shields.io/github/license/cuolm/codefinetuner.svg)](https://github.com/cuolm/codefinetuner/tree/masterLICENSE.txt)
37
37
  [![Release](https://github.com/cuolm/codefinetuner/actions/workflows/release.yaml/badge.svg)](https://github.com/cuolm/codefinetuner/actions/workflows/release.yaml)
38
38
  [![Tests](https://github.com/cuolm/codefinetuner/actions/workflows/tests.yaml/badge.svg)](https://github.com/cuolm/codefinetuner/actions/workflows/tests.yaml)
39
39
 
@@ -41,19 +41,19 @@ CodeFinetuner fine-tunes a local code autocomplete model on your own repository
41
41
  It trains a Low-Rank Adapter ([LoRA](https://arxiv.org/abs/2106.09685)) on Fill-In-the-Middle ([FIM](https://arxiv.org/abs/2207.14255)) examples so the model learns the structure and patterns of your codebase.
42
42
 
43
43
  ## Table of Contents
44
- - [Architecture](#architecture)
45
- - [Project Structure](#project-structure)
46
- - [How Training Examples Are Created](#how-training-examples-are-created)
47
- - [Installation](#installation)
48
- - [Quick Start](#quick-start)
49
- - [Configuration](#configuration)
50
- - [Usage](#usage)
51
- - [Finetuned Model Usage](#finetuned-model-usage)
52
- - [Docker Image](#docker-image)
53
- - [Tree-sitter Customization](#tree-sitter-customization)
54
- - [Tests](#tests)
55
- - [Resources](#resources)
56
- - [License](#license)
44
+ - [Architecture](https://github.com/cuolm/codefinetuner/tree/master#architecture)
45
+ - [Project Structure](https://github.com/cuolm/codefinetuner/tree/master#project-structure)
46
+ - [How Training Examples Are Created](https://github.com/cuolm/codefinetuner/tree/master#how-training-examples-are-created)
47
+ - [Installation](https://github.com/cuolm/codefinetuner/tree/master#installation)
48
+ - [Quick Start](https://github.com/cuolm/codefinetuner/tree/master#quick-start)
49
+ - [Configuration](https://github.com/cuolm/codefinetuner/tree/master#configuration)
50
+ - [Usage](https://github.com/cuolm/codefinetuner/tree/master#usage)
51
+ - [Finetuned Model Usage](https://github.com/cuolm/codefinetuner/tree/master#finetuned-model-usage)
52
+ - [Docker Image](https://github.com/cuolm/codefinetuner/tree/master#docker-image)
53
+ - [Tree-sitter Customization](https://github.com/cuolm/codefinetuner/tree/master#tree-sitter-customization)
54
+ - [Tests](https://github.com/cuolm/codefinetuner/tree/master#tests)
55
+ - [Resources](https://github.com/cuolm/codefinetuner/tree/master#resources)
56
+ - [License](https://github.com/cuolm/codefinetuner/tree/master#license)
57
57
 
58
58
 
59
59
  ## Architecture
@@ -102,15 +102,15 @@ Here is an example illustrating how a single FIM example is created:
102
102
  <tr>
103
103
  <td align="center" valign="top">
104
104
  <strong>Source Code File</strong><br>
105
- <img src="docs/code_file.png" alt="code_file" width="250">
105
+ <img src="https://raw.githubusercontent.com/cuolm/codefinetuner/master/docs/code_file.png" alt="code_file" width="250">
106
106
  </td>
107
107
  <td align="center" valign="top">
108
108
  <strong>Code Block</strong><br>
109
- <img src="docs/code_block.png" alt="code_block" width="250">
109
+ <img src="https://raw.githubusercontent.com/cuolm/codefinetuner/master/docs/code_block.png" alt="code_block" width="250">
110
110
  </td>
111
111
  <td align="center" valign="top">
112
112
  <strong>One Subblock</strong><br>
113
- <img src="docs/code_subblock.png" alt="code_subblock" width="250">
113
+ <img src="https://raw.githubusercontent.com/cuolm/codefinetuner/master/docs/code_subblock.png" alt="code_subblock" width="250">
114
114
  </td>
115
115
  </tr>
116
116
  </table>
@@ -145,7 +145,7 @@ pip install -e .
145
145
  ---
146
146
 
147
147
  ## Quick Start
148
- Create a configuration file according to the [Configuration](#configuration) section.
148
+ Create a configuration file according to the [Configuration](https://github.com/cuolm/codefinetuner/tree/master#configuration) section.
149
149
  ```python
150
150
  import codefinetuner
151
151
 
@@ -157,7 +157,7 @@ The pipeline uses a single-source-of-truth YAML configuration file. It utilizes
157
157
 
158
158
  ### Configuration Structure
159
159
 
160
- Create `codefinetuner_config.yaml` using the template below. For the full parameter list, see the [Configuration Reference Guide](/docs/config-file.md).
160
+ Create `codefinetuner_config.yaml` using the template below. For the full parameter list, see the [Configuration Reference Guide](https://github.com/cuolm/codefinetuner/tree/master/docs/config-file.md).
161
161
 
162
162
  ```yaml
163
163
  # globals contain all the mandatory parameters.
@@ -174,7 +174,7 @@ globals: &globals
174
174
  data_extensions: [".c", ".h"]
175
175
 
176
176
  preprocess:
177
- <<: *globals # Inherits all global parameters
177
+ <<: *globals # inherits all global parameters
178
178
  split_mode: "manual"
179
179
  max_token_sequence_length: 1024
180
180
  # ... (preprocess specific settings)
@@ -194,7 +194,7 @@ convert:
194
194
  <<: *globals
195
195
  # ... (convert specific settings)
196
196
  ```
197
- > **Note:** See [`config/codefinetuner_config.yaml`](/config/codefinetuner_config.yaml) for a full production example.
197
+ > **Note:** See [`config/codefinetuner_config.yaml`](https://github.com/cuolm/codefinetuner/tree/master/config/codefinetuner_config.yaml) for a full production example.
198
198
 
199
199
  ### Data Preparation
200
200
  Place source files in your `raw_data_path` (default: `workspace_path/data`).
@@ -233,7 +233,7 @@ codefinetuner.run_pipeline(
233
233
 
234
234
  ## Finetuned Model Usage
235
235
  The `convert` stage exports the final model to [GGUF](https://github.com/ggml-org/ggml/blob/master/docs/gguf.md) format for local inference. The resulting file is saved at `outputs/convert/results/lora_model.gguf`.
236
- For setup instructions with the VS Code extension [llama.vscode](https://github.com/ggml-org/llama.vscode), see the [inference-vscode](/docs/inference-vscode.md) guide.
236
+ For setup instructions with the VS Code extension [llama.vscode](https://github.com/ggml-org/llama.vscode), see the [inference-vscode](https://github.com/cuolm/codefinetuner/tree/master/docs/inference-vscode.md) guide.
237
237
 
238
238
 
239
239
  ## Docker Image
@@ -266,8 +266,8 @@ docker run -it --rm \
266
266
  ## Tree-sitter Customization
267
267
  Tree-sitter turns source code into structural blocks used to generate FIM examples. Use this section to add new languages or build missing parsers.
268
268
 
269
- - [Add Language Definitions](docs/tree-sitter-customization.md#add-new-language-block-definitions): define `block_types` and `subblock_types` in JSON.
270
- - [Build Custom Parser](docs/tree-sitter-customization.md#build-custom-parser): compile a parser from source, for example for Mojo.
269
+ - [Add Language Definitions](https://github.com/cuolm/codefinetuner/tree/master/docs/tree-sitter-customization.md#add-new-language-block-definitions): define `block_types` and `subblock_types` in JSON.
270
+ - [Build Custom Parser](https://github.com/cuolm/codefinetuner/tree/master/docs/tree-sitter-customization.md#build-custom-parser): compile a parser from source, for example for Mojo.
271
271
 
272
272
  ## Tests
273
273
  Run the test suite with:
@@ -287,4 +287,4 @@ pytest
287
287
  - [llama.vscode](https://github.com/ggml-org/llama.vscode)
288
288
 
289
289
  ## License
290
- Licensed under the [Apache License 2.0](LICENSE.txt).
290
+ Licensed under the [Apache License 2.0](https://github.com/cuolm/codefinetuner/tree/master/LICENSE.txt).
@@ -69,15 +69,15 @@ Here is an example illustrating how a single FIM example is created:
69
69
  <tr>
70
70
  <td align="center" valign="top">
71
71
  <strong>Source Code File</strong><br>
72
- <img src="docs/code_file.png" alt="code_file" width="250">
72
+ <img src="/docs/code_file.png" alt="code_file" width="250">
73
73
  </td>
74
74
  <td align="center" valign="top">
75
75
  <strong>Code Block</strong><br>
76
- <img src="docs/code_block.png" alt="code_block" width="250">
76
+ <img src="/docs/code_block.png" alt="code_block" width="250">
77
77
  </td>
78
78
  <td align="center" valign="top">
79
79
  <strong>One Subblock</strong><br>
80
- <img src="docs/code_subblock.png" alt="code_subblock" width="250">
80
+ <img src="/docs/code_subblock.png" alt="code_subblock" width="250">
81
81
  </td>
82
82
  </tr>
83
83
  </table>
@@ -141,7 +141,7 @@ globals: &globals
141
141
  data_extensions: [".c", ".h"]
142
142
 
143
143
  preprocess:
144
- <<: *globals # Inherits all global parameters
144
+ <<: *globals # inherits all global parameters
145
145
  split_mode: "manual"
146
146
  max_token_sequence_length: 1024
147
147
  # ... (preprocess specific settings)
@@ -233,8 +233,8 @@ docker run -it --rm \
233
233
  ## Tree-sitter Customization
234
234
  Tree-sitter turns source code into structural blocks used to generate FIM examples. Use this section to add new languages or build missing parsers.
235
235
 
236
- - [Add Language Definitions](docs/tree-sitter-customization.md#add-new-language-block-definitions): define `block_types` and `subblock_types` in JSON.
237
- - [Build Custom Parser](docs/tree-sitter-customization.md#build-custom-parser): compile a parser from source, for example for Mojo.
236
+ - [Add Language Definitions](/docs/tree-sitter-customization.md#add-new-language-block-definitions): define `block_types` and `subblock_types` in JSON.
237
+ - [Build Custom Parser](/docs/tree-sitter-customization.md#build-custom-parser): compile a parser from source, for example for Mojo.
238
238
 
239
239
  ## Tests
240
240
  Run the test suite with:
@@ -254,4 +254,4 @@ pytest
254
254
  - [llama.vscode](https://github.com/ggml-org/llama.vscode)
255
255
 
256
256
  ## License
257
- Licensed under the [Apache License 2.0](LICENSE.txt).
257
+ Licensed under the [Apache License 2.0](/LICENSE.txt).
@@ -1,12 +1,11 @@
1
1
  [build-system]
2
- requires = ["hatchling", "hatch-vcs"] # hatch-vcs used to sync versioning with latest git tag number
2
+ requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme"] # hatch-vcs used to sync versioning with latest git tag number
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "codefinetuner"
7
- dynamic = ["version"]
7
+ dynamic = ["version", "readme"]
8
8
  description = "Add your description here"
9
- readme = "README.md"
10
9
  requires-python = ">=3.13"
11
10
  license = "Apache-2.0"
12
11
  license-files = ["LICEN[CS]E*"]
@@ -60,5 +59,21 @@ addopts = "--import-mode=importlib --ignore=third_party" # importlib-based impo
60
59
  [tool.hatch.version]
61
60
  source = "vcs"
62
61
 
62
+ [tool.hatch.metadata.hooks.fancy-pypi-readme]
63
+ content-type = "text/markdown"
64
+
65
+ [[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
66
+ path = "README.md"
67
+
68
+ # RULE 1: Fixes [text](relative/path) links
69
+ [[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
70
+ pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
71
+ replacement = '[\1](https://github.com/cuolm/codefinetuner/tree/master\g<2>)'
72
+
73
+ # RULE 2: Fixes <img src="docs/..."> tags
74
+ [[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
75
+ pattern = 'src="[\/]?docs\/(.+?)"'
76
+ replacement = 'src="https://raw.githubusercontent.com/cuolm/codefinetuner/master/docs/\1"'
77
+
63
78
  [tool.hatch.build.targets.wheel]
64
79
  packages = ["src/codefinetuner"]