This commit is contained in:
Marc Riera Irigoyen 2022-10-23 22:23:57 +02:00
parent d5d3e9b8b6
commit 63ff299eb7
2 changed files with 1 additions and 17 deletions

2
.gitignore vendored
View file

@ -1,3 +1,3 @@
__pycache__/ __pycache__/
*.db *.db
.vscode/ **/.vscode/

16
.vscode/launch.json vendored
View file

@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run main program",
"type": "python",
"request": "launch",
"program": "ddgo-converter/ddgo-converter.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}