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
|
||||
# Virtual environments
|
||||
.venv
|
||||
.python-version
|
||||
.idea
|
||||
.DS_Store
|
||||
.vscode
|
||||
|
||||
Reference in New Issue
Block a user