# Vendored third-party trees
cutlass/
flash-attention/

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
tutorials_python/
.env
.pytest_cache
fetched/
*/fetched/
assets/
cuda-keyring_1.1-1_all.deb

# Local notebook experiments (not for commit)
*.ipynb
!/docs/*.ipynb
!/docs/microsoft-aurora/docs/*.ipynb
.ipynb_checkpoints/

# Default rollout export dir from example notebooks
output/
/docs/output
/docs/assets

# Nsight Systems / Compute profiling outputs (anywhere in the repo)
*.nsys-rep
*.nsys-rep.*
*.ncu-rep
*.qdstrm
*.qdrep

# benchmark/profiling run artifacts
benchmark/results/
profiling/graphs/
profiling/nsight/
profiling/*.json
profiling/*.png
profiling/*.md
*/*.log

.vscode/settings.json
