f8555a15
| 1 | __pycache__/ |
| 2 | tests/fixtures/generated/ |
| 3 | **/bin/ |
| 4 | **/obj/ |
| 5 | *.py[cod] |
| 6 | *$py.class |
| 7 | .pytest_cache/ |
| 8 | .mypy_cache/ |
| 9 | .ruff_cache/ |
| 10 | *.egg-info/ |
| 11 | dist/ |
| 12 | build/ |
| 13 | .venv/ |
| 14 | venv/ |
| 15 | .env |
| 16 | *.witdb |
| 17 | **/witdb_indexes/ |
| 18 | .coverage |
| 19 | htmlcov/ |
| 20 | |
View only · write via MCP/CIDE