Files
podx/.gitignore

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