# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# images
**/*.exr

# Python
__pycache__
*.pyc
/.pytest_cache

/build*
**/.vscode/*

# LSP Cache
.ccls-cache/*
compile_commands.json

# Ext
/ext/*

*.log

output*
*.prof
include/config.h
paper_results*

*.egg-info
dist
.env