Skip to content

Commit 73f84d3

Browse files
change gitignore
1 parent c16838b commit 73f84d3

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,2 +1,8 @@
11
visualizer_venv
22
.vscode
3+
__pycache__
4+
Algorithms/__pycache__/fcfs.cpython-38.pyc
5+
Algorithms/__pycache__/priority.cpython-38.pyc
6+
Algorithms/__pycache__/rr.cpython-38.pyc
7+
Algorithms/__pycache__/sjf_non_pre.cpython-38.pyc
8+
Algorithms/__pycache__/sjfpre.cpython-38.pyc

0 commit comments

Comments
 (0)