Skip to content

Commit 1134df0

Browse files
committed
update .gitignore
vscode is a popular editor used by many. people should not accidentally commit their vscode configuration files personally i use t.py and t.ipynb to test and learn stuff while working on a project, thus those files are ignored
1 parent 42551c0 commit 1134df0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Configuration for code editors
2+
.vscode
3+
4+
# All files like t.py, t.ipynb, t.md etc
5+
t.*
6+
17
# Byte-compiled / optimized / DLL files
28
__pycache__/
39
*.py[cod]

0 commit comments

Comments
 (0)