Files
vibeline/.gitignore

18 lines
192 B
Plaintext

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