mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-26 18:04:48 +01:00
18 lines
192 B
Plaintext
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
|