From 84dd2d068317998f6fb59400c534ef5be6b51b53 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 7 Sep 2026 06:47:47 -0400 Subject: slop rewrite --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ce844a2..c7c0792 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -lib/.venv/ -lib/bin/ -lib/models/ -lib/cache/ -lib/venvs/ +.venv/ __pycache__/ -*.pyc .pytest_cache/ -.ruff_cache/ +*.egg-info/ +dist/ +build/ +lib/runtime/ *.wav +*.mp3 +*.flac +*.report.json -- cgit v1.2.3