Skip to content

Commit efc331b

Browse files
authored
docs: refactor documentation (#6)
* docs: refactor docs to prioritize container execution Signed-off-by: Frank Kong <frkong@redhat.com> * chore: remove the examples and documentation from the final build image Signed-off-by: Frank Kong <frkong@redhat.com> --------- Signed-off-by: Frank Kong <frkong@redhat.com>
1 parent 8054597 commit efc331b

6 files changed

Lines changed: 1088 additions & 335 deletions

File tree

.dockerignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
1+
# Local Configuration Folders
12
config/
23
outputs/
34
workspace/
5+
examples/
6+
7+
# IDE
48
.vscode/
9+
# Git
510
.git/
611
.github/
712
.gitignore
13+
# Python Virtual Environment
814
.venv/
15+
# Cursor
916
.cursor/
17+
# Python Caches and Test Files
1018
**/__pycache__/
11-
requirements.dev.txt
1219
tests/
1320
pytest.ini
1421
.pytest_cache/
1522
*.pyc
1623
htmlcov/
17-
.coverage
24+
.coverage
25+
26+
# Development Dependencies
27+
requirements.dev.txt

0 commit comments

Comments
 (0)