Files
vibeline/.gitignore

11 lines
154 B
Plaintext

# Python virtual environment
vibenv/
# Voice memo files
VoiceMemos/*.m4a
VoiceMemos/transcripts/
# Python cache files
__pycache__/
*.py[cod]
*$py.class