We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e2dfa commit fc08f87Copy full SHA for fc08f87
.dockerignore
@@ -2,12 +2,6 @@
2
.git
3
.gitignore
4
5
-# Python cache
6
-__pycache__/
7
-*.py[cod]
8
-*.pyo
9
-*.pyd
10
-
11
# Node
12
node_modules/
13
npm-debug.log*
.gitignore
@@ -1,25 +1,9 @@
1
-# Python
-*.so
-*.egg
-*.egg-info/
-.eggs/
-*.log
-*.sqlite3
-db.sqlite3
14
# Virtual env
15
.venv/
16
env/
17
venv/
18
ENV/
19
20
-# Jupyter
21
-.ipynb_checkpoints/
22
23
# Node / React Native (Expo)
24
25
@@ -48,11 +32,6 @@ desktop.ini
48
32
49
33
# coverage reports (backend & frontend)
50
34
coverage/
51
-backend/app/coverage/
52
-frontend/app/coverage/
53
35
54
36
# Jest cache
55
37
frontend/app/.jest-cache/
56
57
-make_md.py
58
-client_side_python_*
0 commit comments