1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | venv/ .venv/ build/ dist/ *.egg-info .vscode/ .idea/ .mypy_cache __pycache__ .pytest_cache/ .ipynb_checkpoints/ *.swp *.pyc *.ipynb # Performance test results (timestamped, machine-specific) perf_test/results/ |