ad446a1099
- Adds cross platform clear console functionality - Replaces "search_for_metadata" if tree with a match case - Implements alternative command interface for handling the program - Fixes bug of error being displayed when quitting the program
16 lines
154 B
Plaintext
16 lines
154 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
*.mp3
|
|
*.cache*
|
|
|
|
/dist/*
|
|
|
|
/build/*
|
|
!/build/build.sh
|
|
|
|
# Virtual Environment
|
|
venv
|