-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
22 lines (22 loc) · 730 Bytes
/
.gitignore
File metadata and controls
22 lines (22 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/echo_kernel/__pycache__
/echo_kernel/data_kernelspec
/echo_kernel/.idea
/echo_kernel/.ipynb_checkpoints
/shell_echo_kernel/__pycache__
/shell_echo_kernel/data_kernelspec
/shell_echo_kernel/.idea
/shell_echo_kernel/.ipynb_checkpoints
/clang_repl_kernel/*.bak
/echo_kernel/my_echo_kernel/__pycache__
/clang_repl_kernel/clang_repl_kernel/*.bak
/shell_echo_kernel/shell_echo_kernel/__pycache__
/clang_repl_kernel/clang_repl_kernel/__pycache__
/clang_repl_kernel/clang_repl_kernel/clang/*
/clang_repl_kernel/clang_repl_kernel/dll/*
/clang_repl_kernel/data_kernelspec
/clang_repl_kernel/dist
/clang_repl_kernel/uvenv
/clang_repl_kernel/venv
/clang_repl_kernel/.ipynb_checkpoints
/clang_repl_kernel/__pycache__
/clang_repl_kernel/.idea