# 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

# Output files
build/
dist/
algorithms/dist/
algorithms/*/src/
algorithms/*/build/
algorithms/*/dist/

# Python
__pycache__/
.pytest_cache/

# MacOS
.DS_Store