Files
vibeline/.gitignore

14 lines
151 B
Plaintext

# Python virtual environment
vibenv/
# Voice memo folder
VoiceMemos
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# macOS stuff
.DS_Store