Update .gitignore and remove .python-version file
All checks were successful
All checks were successful
- Added .python-version to .gitignore to prevent tracking of Python version files. - Deleted the .python-version file as it is no longer needed for the project.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ wheels/
|
|||||||
main.py
|
main.py
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
.venv
|
.venv
|
||||||
|
.python-version
|
||||||
.idea
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
3.13
|
|
||||||
Reference in New Issue
Block a user