mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-30 03:44:26 +01:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
# Python virtual environment
|
|
vibenv/
|
|
|
|
# Voice memo files
|
|
VoiceMemos/*.m4a
|
|
VoiceMemos/transcripts/
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class |