Spaces:
Sleeping
Sleeping
chore: setup LFS for large files, ignore monolithic section JSON
Browse files- .gitattributes +1 -0
- .gitignore +2 -0
- data/aggregated/prices_commune.json +0 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
data/aggregated/prices_commune.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
data/raw/
|
| 3 |
data/processed/
|
| 4 |
# NOTE: data/aggregated/ is NOT ignored - those JSON files are needed by the app
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# ---- Python ----
|
| 7 |
__pycache__/
|
|
|
|
| 2 |
data/raw/
|
| 3 |
data/processed/
|
| 4 |
# NOTE: data/aggregated/ is NOT ignored - those JSON files are needed by the app
|
| 5 |
+
# The monolithic section file is replaced by per-department splits in sections/
|
| 6 |
+
data/aggregated/prices_section.json
|
| 7 |
|
| 8 |
# ---- Python ----
|
| 9 |
__pycache__/
|
data/aggregated/prices_commune.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|