blob: 9a187f8f5e4671749dbb66fee5abeeb903902efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Netbeans
build/
dist/
nbproject/
.dep.inc
# VSCode
.vscode/
# C/C++
*.out
tags
# doc
*.html
/2022-2/L8/mitsuo/LAB08_PREG01/dist/
*.pdf
# Python
.venv/
.ipynb_checkpoints/
|