Update .gitignore and remove .python-version file
All checks were successful
CI / lint (pull_request) Successful in 45s
CI / test (3.10) (pull_request) Successful in 28s
CI / test (3.11) (pull_request) Successful in 42s
CI / test (3.12) (pull_request) Successful in 47s
CI / test (3.13) (pull_request) Successful in 39s

- 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:
IluaAir
2026-06-12 00:03:55 +03:00
parent dd7f117380
commit 074f2e9340
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ wheels/
main.py
# Virtual environments
.venv
.python-version
.idea
.DS_Store
.vscode

View File

@@ -1 +0,0 @@
3.13