# system files
.DS_Store
.vscode
.atom
.fortls
.devcontainer
.idea
.env


# cmake outputs
CMakeCache.txt
CMakeFiles
*.cmake
Makefile
install_manifest.txt

# compiled outputs
*.dll
*.so
*.o
*.exp
*.exe
vtk*
*.lib

# temporary matlab files
*.asv

# output to ignore
*.err
*.screendump
*.sh

# build directories
glue-codes/openfast/5MW_Baseline/ServoData/DISCON*/build

# backup files
*.asv
~$*.xlsx
.*.swp

# temporary figures
_*.png

# temporary python directory (only happens if running test case locally)
__pycache__
