# Prerequisites
*.d

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

# Precompiled Headers
*.gch
*.pch

# Linker files
*.ilk

# Debugger Files
*.pdb

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

# Fortran module files
*.mod
*.smod

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

# Executables
*.exe
*.out
*.app

# debug information files
*.dwo

# Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.venv/
venv/

# Packaging
build/
dist/
*.egg-info/

# CMake / scikit-build
CMakeUserPresets.json
CMakeCache.txt
CMakeFiles/
_skbuild/
