Remove leftovers after vm crate move (#6279)

This commit is contained in:
Shahar Naveh
2025-11-16 12:15:32 +02:00
committed by GitHub
parent 93e4e42b53
commit 1568d2a7fb
2 changed files with 0 additions and 26 deletions

5
vm/.gitignore vendored
View File

@@ -1,5 +0,0 @@
venv/
tests/*.bytecode
Cargo.lock
python_compiler/target
target/

View File

@@ -1,21 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug Unit Test",
"cargo": {
"args": [
"test",
"--no-run"
],
"filter": {
"kind": "test"
}
},
"args": [],
"cwd": "${workspaceFolder}"
}
]
}