| # Prerequisites | |
| *.d | |
| # Python caches | |
| __pycache__/ | |
| *.py[cod] | |
| # 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 | |
| # Other | |
| .DS_Store | |
| model/CombinatorialAssembler/.vscode/* | |
| */.idea/* | |
| scripts/paper_resources/figures/output | |
| # Runtime outputs | |
| output/ | |