1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.DS_Store .vscode /.VSCodeCounter *.pyc __pycache__ **/__pycache__/ .mypy_cache/ .empty/ .pytest_cache/ /temp/ dist/ .env # Added by cargo /target .ruff_cache/ .venv/