# Denylist: files are tracked by default, and only the patterns below are excluded.

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

# Notebooks (examples/ ships .ipynb files)
.ipynb_checkpoints/

# Windows-to-WSL copy residue
*:Zone.Identifier

# C++/CUDA
*.o
*.a
*.out
*.ptx
*.cubin

# CMake
CMakeCache.txt
CMakeFiles/
cmake-build-*/

# VS Code
.vscode/

# Misc
.DS_Store
*.swp
