Files
podx/.gitignore
2025-09-07 10:42:27 +02:00

16 lines
138 B
Plaintext

# Local env and secrets
.env
# Runtime data
data/
models/
library/
transcripts/
tmp/
# Python cruft
__pycache__/
*.pyc
# Misc
.DS_Store