We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7e1eb commit 1654962Copy full SHA for 1654962
1 file changed
.dockerignore
@@ -0,0 +1,40 @@
1
+.git
2
+.DS_Store
3
+
4
+__pycache__/
5
+**/__pycache__/
6
+.pytest_cache/
7
+.mypy_cache/
8
+.ruff_cache/
9
+.coverage
10
+htmlcov/
11
12
+.venv/
13
+venv/
14
+env/
15
+*.egg-info/
16
+build/
17
+dist/
18
19
+outputs/
20
+output/
21
+*.log
22
23
+# Also match when this repository is nested under a parent Docker context.
24
+dingo/.git
25
+dingo/.DS_Store
26
+dingo/**/__pycache__/
27
+dingo/.pytest_cache/
28
+dingo/.mypy_cache/
29
+dingo/.ruff_cache/
30
+dingo/.coverage
31
+dingo/htmlcov/
32
+dingo/.venv/
33
+dingo/venv/
34
+dingo/env/
35
+dingo/*.egg-info/
36
+dingo/build/
37
+dingo/dist/
38
+dingo/outputs/
39
+dingo/output/
40
+dingo/*.log
0 commit comments