# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Environments and tooling
.venv/
.env
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/
.DS_Store

# Benchmark run outputs
results/
results.*/
samples/
.gstack/
