music-kraken-core/.gitignore
Muffin-chan ad446a1099 Some cli improvements
- 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
2022-11-22 03:24:25 -05:00

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