# Prerequisites
*.d

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

# 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

build*/
.vs
/CMakePresets.json
/CMakeUserPresets.json

# Python
*.egg-info/
__pycache__/
dist/
*.so
*.pyd
.eggs/
*.egg
_version.py

# macOS wheel build artifacts (Qt frameworks copied by CI for delocate)
python/seqeyes/bin/QtFrameworks/
out*/
.DS_Store*