diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-09-18 15:47:57 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-09-18 15:47:57 -0500 |
| commit | e283be2be6910d8378c35056937d46c1b54297b0 (patch) | |
| tree | d23b462f7b8d6082a2b152b0d350fc95fcd82d4c /.gitignore | |
| parent | be34531e5a29be4d4c0a313e23aaf36850e4eb62 (diff) | |
| download | LP1-e283be2be6910d8378c35056937d46c1b54297b0.tar.gz LP1-e283be2be6910d8378c35056937d46c1b54297b0.tar.bz2 LP1-e283be2be6910d8378c35056937d46c1b54297b0.zip | |
Very smol update
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,9 @@ dist/ nbproject/ .dep.inc +# VSCode +.vscode/ + # C/C++ *.out tags @@ -12,3 +15,6 @@ tags *.html /2022-2/L8/mitsuo/LAB08_PREG01/dist/ *.pdf + +# Python +.venv/ |
