Small changes

This commit is contained in:
Andras Schmelczer 2026-01-31 12:48:47 +00:00
parent a316556a03
commit 400f733956
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ tfl_journey_client
**/dist
server-rs/target
.task
data

View file

@ -2,6 +2,8 @@
"files.exclude": {
"*.venv": true,
"**/__pycache__": true,
"**/node_modules": true
"**/node_modules": true,
"**/.ruff_cache":true,
"**/.pytest_cache":true
}
}