mirror of
https://github.com/Steffo99/io-beep-boop.git
synced 2024-11-22 16:34:18 +00:00
12 lines
248 B
JSON
12 lines
248 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
".idea/": true,
|
||
|
"**/*.iml": true,
|
||
|
"**/.pytest_cache/": true,
|
||
|
"**/__pycache__/": true,
|
||
|
".venv/": true,
|
||
|
"dist/": true,
|
||
|
"out/": true,
|
||
|
"poetry.lock": true,
|
||
|
}
|
||
|
}
|