# Mac stuff
**/.DS_Store
.DS_Store

# Build files and objects
*.o
*.mod
build/
bin/

# vscode settings
.vscode/

# ccls cache
.ccls-cache/

# clangd cache
.cache/

# vscode line counter
.VSCodeCounter/

# tests / manual run output files
nf_output_*
tests/*/nf_input.dat

# Python cache files
__pycache__/

# Python build metadata
*.egg-info/

# Python dist build
dist/

# Python virtual environment
.venv/

# Python wheel building toolkit house
wheelhouse/

# Jupyter cache
.virtual_documents/

# Logfiles
*.log

# Perfprof dotfiles
*.dot

# FBuild config file
.fbuild.lua
