We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb70b9 commit 98f7c8dCopy full SHA for 98f7c8d
2 files changed
.github/workflows/backend.yml
@@ -10,7 +10,7 @@ on:
10
- "backend/**"
11
12
jobs:
13
- lint-test:
+ test:
14
runs-on: ubuntu-latest
15
defaults:
16
run:
.gitignore
@@ -43,3 +43,11 @@ app.*.map.json
43
/android/app/debug
44
/android/app/profile
45
/android/app/release
46
+
47
+# Python
48
+__pycache__/
49
+.venv/
50
+.pytest_cache/
51
+.ruff_cache/
52
+.coverage
53
+htmlcov/
0 commit comments