27 lines · 262 B
text
| 1 | __pycache__/ |
| 2 | *.py[cod] |
| 3 | *$py.class |
| 4 | *.egg-info/ |
| 5 | .eggs/ |
| 6 | dist/ |
| 7 | build/ |
| 8 | .venv/ |
| 9 | venv/ |
| 10 | .env |
| 11 | .python-version |
| 12 | .cache/ |
| 13 | .mypy_cache/ |
| 14 | .pytest_cache/ |
| 15 | .ruff_cache/ |
| 16 | out/ |
| 17 | replay.* |
| 18 | space.wav |
| 19 | chunks/ |
| 20 | *.m4a |
| 21 | *.ts |
| 22 | *.mp3 |
| 23 | !examples/**/*.json |
| 24 | !examples/**/*.md |
| 25 | tests/fixtures/ |
| 26 | .DS_Store |