Added test.py and .vscode to .gitignore

This commit is contained in:
2025-06-20 16:43:22 +01:00
parent 903ac37639
commit d7666a6100

3
.gitignore vendored
View File

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