Skip to content

Commit

Permalink
chore: remove .python-version used by pyenv/uv
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent 352343d commit 6fb70f4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
36 changes: 22 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

0 comments on commit 6fb70f4

Please sign in to comment.