Update .gitignore with additional patterns

Added rules to ignore .vscode, flags/in_progress, gradient directories, and all .py files to prevent them from being tracked by git.
This commit is contained in:
HatScripts 2025-12-09 11:49:40 +11:00
parent b5152d3f24
commit 3b2571e8eb

4
.gitignore vendored
View file

@ -1 +1,5 @@
/node_modules/ /node_modules/
/.vscode/
/flags/in_progress/
/gradient/
*.py