# Build artifacts
build/
dist/
*.o
*.obj
*.so
*.a
*.out
*.ptx
*.cubin
*.fatbin

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.ipynb_checkpoints/

# Profiling / measurement outputs
*.nsys-rep
*.sqlite
*.ncu-rep
*.qdrep

# Editor / OS
.vscode/
.idea/
.DS_Store
*.swp

# Local scratch
scratch/
tmp/

# compiled microbench binaries (no extension)
experiments/**/launch_overhead

# built torch extensions
experiments/**/build/
experiments/**/*.so
