19 lines
161 B
Plaintext
19 lines
161 B
Plaintext
# Local env and secrets
|
|
.env
|
|
|
|
# RSS Feeds
|
|
feeds.txt
|
|
|
|
# Runtime data
|
|
data/
|
|
models/
|
|
library/
|
|
transcripts/
|
|
tmp/
|
|
|
|
# Python cruft
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Misc
|
|
.DS_Store |