From 6fb70f495563cf29f076986b98bf5374dbcdc6a1 Mon Sep 17 00:00:00 2001 From: Sitt Guruvanich Date: Sat, 7 Dec 2024 23:33:50 +0700 Subject: [PATCH] chore: remove .python-version used by pyenv/uv --- .gitignore | 36 ++++++++++++++++++++++-------------- .python-version | 1 - 2 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 .python-version diff --git a/.gitignore b/.gitignore index 1f8f5c4..0ae1318 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,18 @@ -### Byte-compiled ### +### byte-compiled ### __pycache__/ *.py[cod] *$py.class -### C extensions ### +### c extensions ### *.so -### Chaindata ### +### chaindata ### .bitcoin -### Distribution / packaging ### +### distribution / packaging ### .Python build/ develop-eggs/ @@ -32,35 +32,43 @@ share/python-wheels/ *.egg -### Environments ### +### environment variables ### .env + + +### virtual environments ### .venv -env/ venv/ -ENV/ -env.bak/ venv.bak/ -pypi-token.pypi -### Mac OSX finder indexer ### + +### osx finder indexer ### **/.DS_Store -### Mypy ### +### mypy ### .mypy_cache/ .dmypy.json dmypy.json -### Pdoc ### +### pdoc ### docs/ -### Ruff ### +### pyenv / uv ### +.python-version + + +### ruff ### .ruff_cache -### Workspace settings ### +### security token ### +pypi-token.pypi + + +### workspace settings ### .idea .ignore .vscode diff --git a/.python-version b/.python-version deleted file mode 100644 index 2419ad5..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.11.9