Skip to content

Commit 431c0f3

Browse files
major updates (#41)
* major updates * attempt at adding back retries (hard to test) * _fix
1 parent d60a9c5 commit 431c0f3

21 files changed

+3222
-1131
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Quarto
2+
_output
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]
@@ -167,3 +170,5 @@ __pycache__/
167170

168171
*.ddb*
169172
data
173+
174+
/.quarto/

_quarto.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project:
2+
type: website
3+
output-dir: _output

0 commit comments

Comments
 (0)