Added test.py and .vscode to .gitignore

This commit is contained in:
2025-06-20 19:35:19 +01:00
parent ea7ed8be07
commit a6f6f56843

3
.gitignore vendored
View File

@ -174,3 +174,6 @@ cython_debug/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc
# ---> Other
/test.py
/.vscode/