-
-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy path.dockerignore
More file actions
58 lines (48 loc) · 658 Bytes
/
.dockerignore
File metadata and controls
58 lines (48 loc) · 658 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Git & Configuration files
.git/
.github/
.vscode/
.env
.gitignore
.pylintrc
pyproject.toml
# User generated files
/converted
/data
!/data/themes/dark.json
!/data/themes/dark_flat.json
!/data/themes/light.json
!/data/themes/light_flat.json
!/data/scalecrafter
/engine
/onnx
/traced_unet
# Documentation
/docs
yarn.lock
/node_modules
# Frontend
frontend/dist/
# Python
/venv
# Docker
.dockerignore
docker-compose.yml
test.docker-compose.yml
.devcontainer
# Jupyter
*.ipynb
# Installer
/installer
# Other
**/**.pyc
poetry.lock
.pytest_cache
.coverage
/.ruff_cache
voltaml-manager
voltaml-manager.exe
# Manager
/manager
# Local AITemplate
/AITemplate