diff options
| author | historia <historiavg@proton.me> | 2026-09-07 06:47:47 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-07 06:47:47 -0400 |
| commit | 84dd2d068317998f6fb59400c534ef5be6b51b53 (patch) | |
| tree | 025293e9d9229e02960374771ae522d9de2628ce /.gitignore | |
| parent | 39b0f2bbed74f6487a41b82501ae3c6799e4b5c4 (diff) | |
| download | producer-main.tar.gz | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 |
