# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Virtual environments and packaging
.venv/
*.egg-info/
build/
dist/
uv.lock

# Test and analysis output
.coverage
.coverage.*
coverage.xml
htmlcov/
tests/fuzz/artifacts/
benchmarks/results/
