diff options
| author | Alex Schofield <git@ajschof.me> | 2026-05-03 19:56:20 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-05-03 19:56:20 +0100 |
| commit | cd38f633c2730804f502cb5b0f461c79b906cd53 (patch) | |
| tree | 93fd19349e0f60ca4d8708ead9014a3cb9e9c50a /.gitignore | |
| parent | 35b68e14162c722c3103f2a6168f0ab205e9c2c2 (diff) | |
| parent | 4264ced9fa14b689acc18169b2c1cae72d3ce667 (diff) | |
| download | fuelnearme-cd38f633c2730804f502cb5b0f461c79b906cd53.tar.gz fuelnearme-cd38f633c2730804f502cb5b0f461c79b906cd53.zip | |
merge: uv-migration into main
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -195,9 +195,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/ @@ -217,3 +217,6 @@ __marimo__/ # Jetbrains .idea/ + +# Ignore .python_version +.python-version |
