-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (32 loc) · 1.58 KB
/
Copy path.gitignore
File metadata and controls
38 lines (32 loc) · 1.58 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
# ── Personal data — never commit ──────────────────────────────────────────────
data/
*.json
# ── Generated outputs ─────────────────────────────────────────────────────────
*.html
*.geojson
# ── Shapefiles (large, auto-downloaded via --auto-download) ───────────────────
tl_2024_us_county/
tl_2024_us_state/
ne_110m_admin_0_countries/
*.shp
*.shx
*.dbf
*.prj
*.cpg
# ── WanderGlyph cache ─────────────────────────────────────────────────────────
.wanderglyph_cache/
*.pkl
# ── Python ────────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.egg-info/
venv/
ENV/
.Python
# ── IDE ───────────────────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log