Skip to content

Commit cef6c37

Browse files
committed
gitignore: ignore caches and raw data
1 parent b7fbe40 commit cef6c37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
# don't do PDF because my resume's a PDF
1414
**/*.quarto_ipynb
1515

16+
# Quarto/R generated artifacts
17+
posts/*_cache/
18+
posts/*_files/
19+
20+
# Local/raw data
21+
posts/twitter_watch_raw
22+
1623
# Python/Jupyter caches
1724
__pycache__/
1825
*.py[cod]

0 commit comments

Comments
 (0)