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:
parent
b5152d3f24
commit
3b2571e8eb
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,5 @@
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
/.vscode/
|
||||||
|
/flags/in_progress/
|
||||||
|
/gradient/
|
||||||
|
*.py
|
||||||
Loading…
Reference in a new issue