Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Environment variables
.env
.envrc

data/audio/
data/video/
data/transcripts/
models/
models/*
notebooks/.ipynb_checkpoints/

# Python
Expand All @@ -30,6 +31,7 @@ wheels/
.pytest_cache/
.coverage
htmlcov/
.python-version

# Poetry
.venv/
Expand Down
7,153 changes: 0 additions & 7,153 deletions data/meetings.csv

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions local/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# local/
This directory holds local artifacts when tasks run in "local" mode.
2 changes: 2 additions & 0 deletions local/data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# local/data
This directory holds data locally run tasks are run in "local" mode.
2 changes: 2 additions & 0 deletions local/models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# local/models
This directory holds downloaded models when run in "local" mode.
601 changes: 0 additions & 601 deletions notebooks/meetings.ipynb

This file was deleted.

329 changes: 0 additions & 329 deletions notebooks/roll_call.ipynb

This file was deleted.

Loading
Loading