-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
26 lines (20 loc) · 814 Bytes
/
Copy path.gitignore
File metadata and controls
26 lines (20 loc) · 814 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
# Quarto build output and cache — never commit these
/_site/
/.quarto/
# OS / editor cruft
.DS_Store
*~
**/*.quarto_ipynb
__pycache__/
# One-off download cache for tools/build_climate_grid.py (60 MB of WorldClim zips)
/.worldclim-cache/
# Local copy of the visitor counts, written by tools/sync_visitor_stats.py.
# This repo is PUBLIC and the numbers are deliberately private — committing these
# would publish exactly what the GoatCounter setup was chosen to keep unpublished.
/analytics/
# Generated QR codes (tools/make_qr.py). Derived artefacts -- they regenerate in a
# second, so they don't belong in version history.
/qr/
# An API token must never be committed. Prefer $GOATCOUNTER_API_TOKEN or
# ~/.config/goatcounter/token; this catches the case where one lands here anyway.
/.goatcounter-token