diff options
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 |
