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.
16 lines
173 B
Plaintext
16 lines
173 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
main.py
|
|
# Virtual environments
|
|
.venv
|
|
.python-version
|
|
.idea
|
|
.DS_Store
|
|
.vscode
|
|
# etc files
|
|
*.txt |