mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:43:15 +02:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"python.linting.pylintArgs": [
|
|
"--generate-members"
|
|
],
|
|
"cSpell.words": [
|
|
"dtype",
|
|
"loadtxt",
|
|
"optim",
|
|
"Xbatch",
|
|
"ybatch"
|
|
]
|
|
} |