diff options
| author | Alex Schofield <git@ajschof.me> | 2026-05-03 18:19:13 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-05-03 18:19:13 +0100 |
| commit | e6b342749ea516c536973b828b5f5eef951b4796 (patch) | |
| tree | 7b491877f1604ee1e934f90eb997c3a18940ab90 | |
| parent | 94d3d9ffaaceed09d2efa59fb89c247f73f11875 (diff) | |
| download | fuelnearme-e6b342749ea516c536973b828b5f5eef951b4796.tar.gz fuelnearme-e6b342749ea516c536973b828b5f5eef951b4796.zip | |
ignore .python-version
| -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 |
