Skip to content

Commit 5676a1f

Browse files
committed
chore(data): add sample toggl data
1 parent ea6934a commit 5676a1f

File tree

4 files changed

+277
-0
lines changed

4 files changed

+277
-0
lines changed

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
HARVEST_DATA=data/harvest-sample.csv
2+
TOGGL_DATA=data/toggl-sample.csv
3+
TOGGL_USER_INFO=data/toggl-user-info-sample.json

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ __pycache__
1010
*.egg-info
1111
notebooks/data/*
1212
!notebooks/data/harvest-sample.csv
13+
!notebooks/data/toggl-sample.csv
14+
!notebooks/data/toggl-user-info-sample.json

0 commit comments

Comments
 (0)