1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-11-22 16:34:18 +00:00
io-beep-boop/.vscode/settings.json
2022-04-27 17:52:13 +02:00

12 lines
No EOL
248 B
JSON

{
"files.exclude": {
".idea/": true,
"**/*.iml": true,
"**/.pytest_cache/": true,
"**/__pycache__/": true,
".venv/": true,
"dist/": true,
"out/": true,
"poetry.lock": true,
}
}