Skip to content

Commit 098d00b

Browse files
genevanevaclaude
andcommitted
Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 parents  commit 098d00b

33 files changed

Lines changed: 122446 additions & 0 deletions

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# OS files
2+
.DS_Store
3+
Thumbs.db
4+
desktop.ini
5+
6+
# Editor files
7+
*.swp
8+
*.swo
9+
*~
10+
.vscode/
11+
.idea/
12+
13+
# Node (if ever used)
14+
node_modules/
15+
16+
# R artifacts
17+
.Rhistory
18+
.RData
19+
.Rproj.user/
20+
21+
# Don't commit wrangler config with secrets
22+
wrangler.toml

0 commit comments

Comments
 (0)