mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-23 16:34:46 +01:00
14 lines
151 B
Plaintext
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
|