doc/tags big-repo target/ .archive.lua _*.lua .lazy.lua dual/ result .direnv .devenv .repro/ .wrangler/ *.so *.dylib # all the perf like utility files *.data node_modules/ crates/fff-notify-debouncer-full/ packages/fff-bun/glob-bench-bin dist/ scripts/benchmark-results/ # Native binaries (downloaded at install) *.dylib *.so *.dll *.pdb # Instruments traces *.trace/ # Test logs fff-test.log # Python __pycache__/ *.py[cod] *$py.class *.pyd *.egg-info/ *.egg .eggs/ build/ *.whl # Virtual environments .venv/ venv/ env/ ENV/ # uv # Testing / linting .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ .tox/ .nox/ # IDEs .idea/ .vscode/ *.swp *.swo *~