-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
43 lines (43 loc) · 756 Bytes
/
.dockerignore
File metadata and controls
43 lines (43 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
tests
.git
.gitignore
data
config
.ipython
.pytest_cache
.mypy_cache
.ruff_cache
.activate
Makefile
*.egg-info
*.toml.in
*/.mypy_cache
*/.ruff_cache
*/.pytest_cache
*/Makefile
*/*.toml.in
*/*.egg.info
*/*.gitignore
*/doc
*/docker
*/tests
*/python/.mypy_cache
*/python/.ruff_cache
*/python/.pytest_cache
*/python/Makefile
*/python/*.toml.in
*/python/*.egg.info
*/python/*.gitignore
*/python/*/tests
python_modules/*/.pytest_cache
python_modules/*/.mypy_cache
python_modules/*/.ruff_cache
python_modules/*/Makefile
python_modules/*/*.toml.in
python_modules/*/*.egg-info
python_modules/*/.gitignore
python_modules/*/tests
qjazz-server/python/qjazz_rpcw/_grpc/protos
qjazz-server/target/debug
qjazz-server/target/release/build
qjazz-server/target/release/deps