__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
*.so
.DS_Store
.vscode/
.idea/

# Triton autotune / compilation cache
.triton/

# Benchmark outputs
benchmarks/results/
*.png
!images/**/*.png

.qoder/
