diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85beec4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,69 @@ +``` +# Dependencies +node_modules/ +venv/ +.venv/ +__pycache__/ + +# Compiled/Build artifacts +*.pyc +*.o +*.obj +*.out +dist/ +build/ +target/ + +# Environment +.env +.env.local +.env.* + +# Editors +.vscode/ +.idea/ +*.swp +*.swo + +# Logs and temp files +*.log +*.tmp + +# System files +.DS_Store +Thumbs.db + +# Coverage reports +coverage/ +htmlcov/ +.coverage + +# Python specific +.mypy_cache/ +.pytest_cache/ +*.egg-info/ + +# Compressed files +*.zip +*.gz +*.tar +*.tgz +*.bz2 +*.xz +*.7z +*.rar +*.zst +*.lz4 +*.lzh +*.cab +*.arj +*.rpm +*.deb +*.Z +*.lz +*.lzo +*.tar.gz +*.tar.bz2 +*.tar.xz +*.tar.zst +``` \ No newline at end of file diff --git a/voicebox b/voicebox new file mode 160000 index 0000000..27a5a62 --- /dev/null +++ b/voicebox @@ -0,0 +1 @@ +Subproject commit 27a5a625816744136a8ca83ff48f97c405cc927e